max / goingson
1 file changed,
+2 insertions,
-2 deletions
| @@ -50,8 +50,8 @@ UPDATE sync_state SET value='0' WHERE key='applying_remote'; | |||
| 50 | 50 | ||
| 51 | 51 | | Symptom | Cause | Fix | | |
| 52 | 52 | |---------|-------|-----| | |
| 53 | - | | No themes in picker | Bundled themes not in app resources | Check `tauri.conf.json` includes `"../../../MNW/shared/themes/*.toml"` in resources | | |
| 54 | - | | Theme picker empty in dev | Dev path resolution failed | Ensure `MNW/shared/themes/` exists relative to project root | | |
| 53 | + | | No themes in picker | Bundled themes not in app resources | Check `tauri.conf.json` includes `"themes/*.toml"` in resources | | |
| 54 | + | | Theme picker empty in dev | Generated themes missing | `src-tauri/themes/` is written by `build.rs` from makeover; re-run `cargo build` | | |
| 55 | 55 | | Custom theme won't load | Malformed TOML | Validate theme file syntax. Required fields: `id`, `name`, `colors` object | | |
| 56 | 56 | | Theme import fails | Source file doesn't exist or bad permissions | Verify file path, check directory permissions | | |
| 57 | 57 |