feat: app-style ToolHub settings home

This commit is contained in:
7015725
2026-05-12 17:31:02 +08:00
parent ea72f6b2eb
commit c41e1479b9
6 changed files with 206 additions and 39 deletions

View File

@@ -334,6 +334,7 @@ FloatBallAppWM.prototype.hideAllPanels = function() {
this.state.toolAppActive = false;
this.state.toolAppRoute = null;
this.state.toolAppNavStack = [];
this.state.settingsGroupKey = null;
this.hideMask();
this._clearHeavyCachesIfAllHidden("hideAllPanels");