Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
4ed20591ff
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/appState.ts

+ 2
- 2
src/appState.ts View File

76
     suggestedBindings: [],
76
     suggestedBindings: [],
77
     toastMessage: null,
77
     toastMessage: null,
78
     // viewBackgroundColor: oc.white,
78
     // viewBackgroundColor: oc.white,
79
-    // viewBackgroundColor: "#ffffff00",
80
-    viewBackgroundColor: "#fff0",
79
+    viewBackgroundColor: "#ffffff00",
80
+    // viewBackgroundColor: "#fff0",
81
     zenModeEnabled: false,
81
     zenModeEnabled: false,
82
     zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
82
     zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
83
     viewModeEnabled: false,
83
     viewModeEnabled: false,

Loading…
Cancel
Save