feat(macos): surface canvas debug status

This commit is contained in:
Peter Steinberger
2025-12-21 14:20:33 +01:00
parent 7932e966db
commit bcd3c13e2c
4 changed files with 55 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ final class AppState {
var debugPaneEnabled: Bool {
didSet {
self.ifNotPreview { UserDefaults.standard.set(self.debugPaneEnabled, forKey: "clawdis.debugPaneEnabled") }
CanvasManager.shared.refreshDebugStatus()
}
}