setting_re1

This commit is contained in:
lincube
2026-03-12 21:01:23 +08:00
parent 4679ee006f
commit 40a3a00cfe
42 changed files with 2367 additions and 1017 deletions

View File

@@ -410,7 +410,10 @@ public partial class MainWindow
_reopenSettingsAfterComponentLibraryClose = false;
if (shouldReopenSettings)
{
OpenSettingsPage();
if (Application.Current is App app)
{
app.OpenIndependentSettingsModule("ComponentLibrary");
}
}
}, FluttermotionToken.Slow);
}