remove static color

This commit is contained in:
Kashargul
2023-12-22 19:59:15 +01:00
committed by GitHub
parent 0562ab1bac
commit 4634e5a903
+2 -2
View File
@@ -1,7 +1,7 @@
macro "borghotkeymode"
elem
name = "TAB"
command = ".winset \"mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true input.background-color=#D3B5B5\""
command = ".winset \"mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true\""
elem
name = "Shift"
command = "KeyDown Shift"
@@ -790,7 +790,7 @@ macro "hotkeymode"
macro "borgmacro"
elem
name = "TAB"
command = ".winset \"mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#F0F0F0\""
command = ".winset \"mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\""
elem
name = "Shift"
command = "KeyDown Shift"