mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Make sure default layout gets loaded when deleting current layout
This commit is contained in:
@@ -208,6 +208,7 @@ public partial class MainPage : Page
|
||||
_isLoadingLayout = true;
|
||||
_ = _manager.Settings.Layouts.Remove(_manager.Settings.CurrentLayout);
|
||||
_manager.SaveSettings();
|
||||
_manager.LoadLayout(false);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user