From 8b63ce497f534928320d8b2b354faec53a1fd628 Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Thu, 10 Aug 2023 18:38:06 +0200 Subject: [PATCH] Update bin/periodic/fix-theming --- bin/periodic/fix-theming | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/periodic/fix-theming b/bin/periodic/fix-theming index 889ffc9..1ff352a 100755 --- a/bin/periodic/fix-theming +++ b/bin/periodic/fix-theming @@ -108,6 +108,7 @@ hdpi_theme_fix() { fi # Show popup menu about logout if it's required [ "$logout_required" = 'true' ] && + [ "$1" != 'no_hdpi_notification' ] && yad --image "dialog-question" --title "Alert" --buttons-layout=center --text-align=center --button=yad-yes:0 --button=yad-no:1 --text 'Logout is required in order to apply the DPI preferences to the QT apps.\nWould you like to logout now?' && xfce4-session-logout --logout }