drop gnome fixed gui

This commit is contained in:
Mikhail Tergoev 2024-09-04 13:28:54 +03:00
parent 8dc3157f6a
commit c7a92eb034

@ -188,9 +188,6 @@ else
echo 'export GUI_THEME="default"' >> "$USER_CONF"
fi
export YAD_OPTIONS+="--center"
if [[ "${DESKTOP_SESSION}" =~ "gnome" ]]
then export YAD_OPTIONS+="--fixed"
fi
# choose branch
if [[ -z "$BRANCH" ]] ; then