Skip to content

Commit de02ceb

Browse files
committed
moved the reset down to the end
1 parent 3c6b332 commit de02ceb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Basis/Packages/com.basis.framework/BasisUI/Menus/Main Menu Providers/SettingsProvider.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,9 +2351,6 @@ void CreateAssignedTrackersSection()
23512351

23522352
SettingsProviderPlatform.BuildAutoSwapUI(container);
23532353

2354-
// One reset button for this whole page
2355-
AddResetPageButton(container, "settings.tab.developer", ResetDeveloperDefaults);
2356-
23572354
// ---- Diagnostic Notifications ----
23582355
PanelElementDescriptor notificationGroup =
23592356
PanelElementDescriptor.CreateNew(PanelElementDescriptor.ElementStyles.Group, container);
@@ -2370,6 +2367,9 @@ void CreateAssignedTrackersSection()
23702367
toggleErrorNotifications.Descriptor.SetDescription(BasisLocalization.Get("settings.developer.errorNotifications.description"));
23712368
toggleErrorNotifications.AssignBinding(BasisSettingsDefaults.ErrorNotifications);
23722369

2370+
// One reset button for this whole page
2371+
AddResetPageButton(container, "settings.tab.developer", ResetDeveloperDefaults);
2372+
23732373
// Console Log (BuildConsoleUI creates 2 groups: controls + output)
23742374
List<GameObject> consoleObjects = new();
23752375
void CreateConsole()

0 commit comments

Comments
 (0)