fix open notes popup on user addition, fix saving on every secrey key access
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user