Fix migration for rounded corners too

This commit is contained in:
David Heinemeier Hansson
2026-05-15 18:31:36 +02:00
parent b5671cb0cc
commit 4b4219727f
+1 -1
View File
@@ -37,7 +37,7 @@ for conf_toggle in "$toggle_state_dir"/*.conf; do
if [[ ! -f $lua_toggle ]]; then
case "$toggle_name" in
flags | single-window-aspect-ratio | window-no-gaps)
flags | rounded-corners | single-window-aspect-ratio | window-no-gaps)
if [[ -f $toggle_defaults_dir/$toggle_name.lua ]]; then
cp -f "$toggle_defaults_dir/$toggle_name.lua" "$lua_toggle"
fi