mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:47:22 +01:00
fix open notes popup on user addition, fix saving on every secrey key access
This commit is contained in:
parent
97b8e0e911
commit
6b4359c0c2
6 changed files with 11 additions and 12 deletions
|
|
@ -452,7 +452,6 @@ public class SettingsUi : Window, IDisposable
|
|||
|
||||
if (ImGui.Checkbox("Open Notes Popup on user addition", ref openPopupOnAddition))
|
||||
{
|
||||
ApiController.LastAddedUser = null;
|
||||
_configService.Current.OpenPopupOnAdd = openPopupOnAddition;
|
||||
_configService.Save();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue