fix: apparently fix app jumping around

This commit is contained in:
Paul Makles
2021-12-28 22:58:19 +00:00
parent 8cd1909ee9
commit ed55059fdb
2 changed files with 1 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ export default class STheme {
...this.settings.get("appearance:theme:overrides"),
light: this.isLight(),
"min-opacity": 1,
"min-opacity": 0,
};
}