Update bin/periodic/fix-theming

This commit is contained in:
Tio TROM 2023-08-10 18:38:06 +02:00
parent 08a72d4659
commit 8b63ce497f
1 changed files with 1 additions and 0 deletions

View File

@ -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
}