You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letswitcher_looping_method_row=buildRadioAdw(settings,"switcher-looping-method",switcher_looping_method_buttons,_("Looping Method"),_("How to cycle through windows."));
152
-
switcher_pref_group.add(buildRadioAdw(settings,"switcher-style",newMap([[_("Coverflow"),[[switcher_looping_method_row],[]]],[_("Timeline"),[[],[switcher_looping_method_row]]]]),_("Style"),_("Pick the type of switcher.")))
153
-
switcher_pref_group.add(buildSpinAdw(settings,"offset",[-500,500,1,10],_("Vertical Offset"),_("Positive value moves everything down, negative up.")));
154
-
switcher_pref_group.add(buildRadioAdw(settings,"position",newMap([[_("Bottom"),[[],[]]],[_("Top"),[[],[]]]]),_("Window Title Position"),_("Place window title above or below the switcher.")));
155
-
switcher_pref_group.add(buildSwitcherAdw(settings,"enforce-primary-monitor",[],[],_("Enforce Primary Monitor"),_("Always show on the primary monitor, otherwise, show on the active monitor.")));
letswitcher_looping_method_row=buildRadioAdw(settings,"switcher-looping-method",switcher_looping_method_buttons,_("Looping Method"),_("How to cycle through windows."));
152
+
switcher_pref_group.add(buildRadioAdw(settings,"switcher-style",newMap([[_("Coverflow"),[[switcher_looping_method_row],[]]],[_("Timeline"),[[],[switcher_looping_method_row]]]]),_("Style"),_("Pick the type of switcher.")))
153
+
switcher_pref_group.add(buildSpinAdw(settings,"offset",[-500,500,1,10],_("Vertical Offset"),_("Positive value moves everything down, negative up.")));
154
+
switcher_pref_group.add(buildRadioAdw(settings,"position",newMap([[_("Bottom"),[[],[]]],[_("Top"),[[],[]]]]),_("Window Title Position"),_("Place window title above or below the switcher.")));
155
+
switcher_pref_group.add(buildSwitcherAdw(settings,"enforce-primary-monitor",[],[],_("Enforce Primary Monitor"),_("Always show on the primary monitor, otherwise, show on the active monitor.")));
letadd_remove_effects_buttons=newMap([[_("Fade Only"),[[],[]]],[_("Scale Only"),[[],[]]],[_("Fade and Scale"),[[],[]]]]);
209
209
210
-
letadd_remove_effects_row=buildRadioAdw(settings,"icon-add-remove-effects",add_remove_effects_buttons,_("Add / Remove Effects"),_("How Icons and Labels ease in and out."));
210
+
letadd_remove_effects_row=buildRadioAdw(settings,"icon-add-remove-effects",add_remove_effects_buttons,_("Add / Remove Effects"),_("How Icons and Labels ease in and out."));
0 commit comments