fix(theme): eliminate QSS/CFG duplication (#51)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Make src/Gui/Stylesheets/KindredCreate.qss the single source of truth - Generate PreferencePacks QSS copy at build time via configure_file() - Merge missing preference defaults into PreferencePacks cfg: Document (undo, autosave, backup, license), TreeView (PreSelection, SyncView, SyncSelection), NotificationArea, OutputWindow recording, General (AutoloadModule=ZToolsWorkbench) - Delete unused resources/preferences/KindredCreate/ directory - Delete src/Gui/PreferencePacks/KindredCreate/KindredCreate.qss from source - Update documentation to reflect single QSS location
This commit is contained in:
@@ -98,7 +98,7 @@ create/
|
||||
├── mods/ # Kindred addon workbenches (git submodules)
|
||||
│ ├── ztools/ # ztools workbench
|
||||
│ └── silo/ # Silo parts database
|
||||
├── resources/preferences/ # Default preferences and theme
|
||||
├── resources/ # Branding, icons, desktop integration
|
||||
├── package/ # Packaging (Debian, AppImage, Windows installer, RPM)
|
||||
├── .gitea/workflows/ # CI/CD (build and release pipelines)
|
||||
├── docs/ # Architecture and integration docs
|
||||
|
||||
Reference in New Issue
Block a user