mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Fix to allow plugin to start up disabled as default
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Wox.Infrastructure.UserSettings
|
|||||||
ID = metadata.ID,
|
ID = metadata.ID,
|
||||||
Name = metadata.Name,
|
Name = metadata.Name,
|
||||||
ActionKeywords = metadata.ActionKeywords,
|
ActionKeywords = metadata.ActionKeywords,
|
||||||
Disabled = false
|
Disabled = metadata.Disabled
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user