mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix to allow plugin to start up disabled as default
This commit is contained in:
parent
0db8898577
commit
28239c4a51
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace Wox.Infrastructure.UserSettings
|
|||
ID = metadata.ID,
|
||||
Name = metadata.Name,
|
||||
ActionKeywords = metadata.ActionKeywords,
|
||||
Disabled = false
|
||||
Disabled = metadata.Disabled
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue