Skip to content

Commit db28d77

Browse files
committed
Fix side of window control not gnome or kde desktop
1 parent 4071c7b commit db28d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/share/bigbashview/framework/shell/windowControlSide.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ closeButton="
3131
</a>
3232
"
3333

34-
if [[ $XDG_CURRENT_DESKTOP == 'GNOME' ]]; then
34+
if [[ $XDG_CURRENT_DESKTOP != 'KDE' ]]; then
3535

3636
if grep -q ':.*close' <(gsettings get org.gnome.desktop.wm.preferences button-layout); then
3737
buttonsRight='IAX'

0 commit comments

Comments
 (0)