mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-27 22:51:34 +02:00
fix(cli): correct copy-paste typo in autostart
This commit corrects a typo which adds the "--masir" flag to the autostart shortcut when the user has passed the "--bar" flag to the enable-autostart command. fix #1178
This commit is contained in:
@@ -1534,7 +1534,7 @@ fn main() -> Result<()> {
|
|||||||
arguments.push_str(" --ahk");
|
arguments.push_str(" --ahk");
|
||||||
}
|
}
|
||||||
|
|
||||||
if args.bar {
|
if args.masir {
|
||||||
arguments.push_str(" --masir");
|
arguments.push_str(" --masir");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user