aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-20 16:10:00 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-20 16:10:00 +0100
commit08536e7e0a8995c0a94c363f6c230ec422c4671b (patch)
treeb29658ba85e2ce868e1f04d960ba76affa3d3b17 /src/lib
parentchoose platform with environment variable `FRANZ_PLATFORM` (diff)
downloadferdium-app-08536e7e0a8995c0a94c363f6c230ec422c4671b.tar.gz
ferdium-app-08536e7e0a8995c0a94c363f6c230ec422c4671b.tar.zst
ferdium-app-08536e7e0a8995c0a94c363f6c230ec422c4671b.zip
fix CSS conflicts
override `reset.scss` with `title-bar.scss`
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 0818c94fb..75f2efbea 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -124,7 +124,7 @@ export default class FranzMenu {
124 autorun(this._build.bind(this)); 124 autorun(this._build.bind(this));
125 } 125 }
126 126
127 get template() { 127 @computed get template() {
128 return toJS(this.tpl); 128 return toJS(this.tpl);
129 } 129 }
130 130