File tree Expand file tree Collapse file tree
Basis/Packages/com.basis.framework/BasisUI/Menus/Main Menu Providers Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments