diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-09-20 12:33:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-20 12:33:18 -0400 |
| commit | cb3aabe4e7d2316ec851204e48770f587de98052 (patch) | |
| tree | 500f17aabfc27995a3e0906aedbedc9dd386fc0b /config/swaync | |
| parent | 2c1032ef41ef1a49cec209fbe586655637aaa059 (diff) | |
| parent | d3aa230348871301340b10f9ba1d5d07c08ad7c1 (diff) | |
Merge pull request #818 from JaKooLit/fix/wallust-refresh-race
Fix/wallust refresh race condition
Diffstat (limited to 'config/swaync')
| -rwxr-xr-x | config/swaync/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/swaync/config.json b/config/swaync/config.json index 2ec0f771..0aa1af40 100755 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -23,7 +23,7 @@ "control-center-width": 450, "control-center-height": 720, "keyboard-shortcuts": true, - "image-visibility": "when available", + "image-visibility": "when-available", "transition-time": 200, "hide-on-clear": false, "hide-on-action": true, @@ -89,4 +89,4 @@ ] } } -}
\ No newline at end of file +} |
