Compare commits

...

1 Commits

Author SHA1 Message Date
Shawn Yuan (from Dev Box)
097cf7414b init 2026-01-13 12:27:21 +08:00

View File

@@ -154,6 +154,9 @@ public sealed class AllAppsViewModel : Observable
if (_coordinator.UpdateModuleEnabled(flyoutItem.Tag, flyoutItem.IsEnabled))
{
_coordinator.NotifyUserSettingsInteraction();
// Trigger re-sort immediately when status changes on UI
RefreshFlyoutMenuItems();
}
}