mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-25 06:01:48 +01:00
Add auto-locking to design defaults.
This commit is contained in:
parent
c25f0f72db
commit
0f98fac157
3 changed files with 6 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ public class SettingsTab(
|
|||
if (!ImUtf8.CollapsingHeader("Design Defaults"))
|
||||
return;
|
||||
|
||||
Checkbox("Locked Designs"u8, "Newly created designs will be locked to prevent unintended changes."u8,
|
||||
config.DefaultDesignSettings.Locked, v => config.DefaultDesignSettings.Locked = v);
|
||||
Checkbox("Show in Quick Design Bar"u8, "Newly created designs will be shown in the quick design bar by default."u8,
|
||||
config.DefaultDesignSettings.ShowQuickDesignBar, v => config.DefaultDesignSettings.ShowQuickDesignBar = v);
|
||||
Checkbox("Reset Advanced Dyes"u8, "Newly created designs will be configured to reset advanced dyes on application by default."u8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue