Stop alerting when a theme ships no backgrounds

This commit is contained in:
2026-09-21 02:10:29 +00:00
parent 3211350435
commit 740586611a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -108,7 +108,6 @@ set_theme_background() {
local new_background new_background_snapshot
if ! choose_theme_background; then
blob-notify-send "No background was found for theme" -t 2000
shell_ipc shell applyTheme "$colors_payload" "$shell_payload" || true
return
fi