Commit 5fc10b2c authored by Vladislav's avatar Vladislav

Added center and fixed for gnome

parent f73f63ae
......@@ -187,9 +187,9 @@ else
source "$PW_GUI_THEMES_PATH/default.pptheme"
echo 'export GUI_THEME="default"' >> "$USER_CONF"
fi
export YAD_OPTIONS+="--center"
if [[ "${DESKTOP_SESSION}" =~ "gnome" ]]
then :
else export YAD_OPTIONS+="--center"
then export YAD_OPTIONS+="--fixed"
fi
# choose branch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment