Sfoglia il codice sorgente

auto commit

master
jfinn 4 anni fa
parent
commit
8b1f641499
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      src/appState.ts

+ 2
- 1
src/appState.ts Vedi File

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

Loading…
Annulla
Salva