float-rule Syntax Error Fixed (#127)

This commit is contained in:
Eric Reeves
2022-04-02 10:45:57 -05:00
committed by GitHub
parent 09a24b89e5
commit c2cc21d09d

View File

@@ -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
);