We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a764896 commit 4be9ddcCopy full SHA for 4be9ddc
assets/css/style.css
@@ -22,6 +22,8 @@ webview {
22
23
#settings {
24
visibility: hidden;
25
+ background-color: white;
26
+ z-index: 99999;
27
}
28
29
.btn-bar {
package.json
@@ -27,7 +27,6 @@
"electron-localshortcut": "^3.1.0",
"electron-squirrel-startup": "^1.0.0",
"electron-updater": "^2.20.1",
30
- "favicon": "0.0.2",
31
"lowdb": "^1.0.0",
32
"menubar": "^5.2.3",
33
"os-locale": "^2.1.0",
@@ -64,4 +63,4 @@
64
63
"category": "public.app-category.productivity"
65
66
67
-}
+}
0 commit comments