mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-21 08:59:11 +01:00
float-rule Syntax Error Fixed (#127)
This commit is contained in:
@@ -100,7 +100,7 @@ impl ApplicationConfigurationGenerator {
|
||||
if let Some(float_identifiers) = app.float_identifiers {
|
||||
for float in float_identifiers {
|
||||
let float_rule = format!(
|
||||
"Run, komorebic.exe float-rule {}, {}, , Hide",
|
||||
"Run, komorebic.exe float-rule {} {}, , Hide",
|
||||
float.kind, float.id
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user