diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-08-16 00:54:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-16 00:54:46 +0900 |
| commit | ca851962f1188c1fb56fe606994baf255e3a8fd5 (patch) | |
| tree | 2342ec812a50d089c14ffd8fd8b30e580cc9668f | |
| parent | c840c9f234b26a22512b8ebb4987dc7687f1c142 (diff) | |
| parent | c264afbdc08109cfa5818cf160af4041863aba73 (diff) | |
Merge pull request #803 from ahmad9059/main
change the "when available" to "when-available"
| -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 +} |
