Commit 3228ec0c authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'fixed-center' of github.com:Htylol/PortWINE into Htylol-fixed-center

parents 090f254f 96789212
......@@ -176,7 +176,7 @@ else
source "$PW_GUI_THEMES_PATH/default.pptheme"
echo 'export GUI_THEME="default"' >> "$USER_CONF"
fi
[[ "$XDG_SESSION_DESKTOP" == "KDE" ]] && export YAD_OPTIONS+="--center"
[[ "$XDG_SESSION_DESKTOP" =~ "KDE" ]] && export YAD_OPTIONS+="--center"
# choose branch
if [[ -z "$BRANCH" ]] ; then
......
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