Merge branch 'Htylol-center-fixed-gnome' into devel

This commit is contained in:
Mikhail Tergoev 2024-09-04 13:24:02 +03:00
commit c73685b50e

@ -187,9 +187,9 @@ else
source "$PW_GUI_THEMES_PATH/default.pptheme" source "$PW_GUI_THEMES_PATH/default.pptheme"
echo 'export GUI_THEME="default"' >> "$USER_CONF" echo 'export GUI_THEME="default"' >> "$USER_CONF"
fi fi
export YAD_OPTIONS+="--center"
if [[ "${DESKTOP_SESSION}" =~ "gnome" ]] if [[ "${DESKTOP_SESSION}" =~ "gnome" ]]
then : then export YAD_OPTIONS+="--fixed"
else export YAD_OPTIONS+="--center"
fi fi
# choose branch # choose branch