Bug fixes:
- ✅ Fix: Argos
⚙️ Settingsentry in🛠 DevToolbox Functionssubmenu now shows the Settings info dialog correctly — previously it opened the fullstandaloneMenu()instead - ✅ Add dedicated
showSettings()function +showSettingsdispatch action so the info dialog can be triggered directly from Argos without launching the full navigation menu - ✅ Fix:
CHEATS_REBUILD=1→0— the debug flag was left hardcoded, causing a full cheatsheet re-index on every script invocation; menus are now fast (cache is rebuilt only when.mdfiles change) - ✅ Fix: Argos small-screen layout accidentally nested 'Edit this script' and 'Go to Argos folder' as a submenu under 'Open compact menu'. Removed
--prefix to render them as top-level items.
Dialog menus — Inline Category Listing (from v1.4.5):
- ✅
standaloneMenu(): categories are now listed inline directly after functional buttons — no extra click needed to browse cheatsheets - ✅
compactMenu(): same inline category listing added - ✅ Both menus: added
"── Categories ──"label divider between functional buttons and category list - ✅
compactMenu(): added⚙️ Settingsbutton (previously only instandaloneMenu()) - ✅ Argos
🛠 DevToolbox Functionssubmenu: added⚙️ Settingsentry (launchesstandaloneMenu) - ✅ Clicking a category calls
browseDeep_Cheats()directly — reduces navigation from 3 clicks to 2 - ✅
"── Categories ──"divider is a no-op (re-shows the menu if clicked) - ✅
browseAllCheatsFS()function and📚 Browse all cheatsmenu item are preserved unchanged - ✅ No impact on GNOME Argos menu layout, KDE widget, or DE detection logic