mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-06 21:15:13 +02: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 {
|
if let Some(float_identifiers) = app.float_identifiers {
|
||||||
for float in float_identifiers {
|
for float in float_identifiers {
|
||||||
let float_rule = format!(
|
let float_rule = format!(
|
||||||
"Run, komorebic.exe float-rule {}, {}, , Hide",
|
"Run, komorebic.exe float-rule {} {}, , Hide",
|
||||||
float.kind, float.id
|
float.kind, float.id
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user