Fix legend labels in Firefox, fix colored labels slider

This commit is contained in:
NBTX
2019-10-31 16:36:59 +00:00
parent e369791f37
commit 9ee398af19
2 changed files with 9 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
</ul>
<ul>
<li>
<h3 class="title">Frames</h3>
<h3 class="title">Labels</h3>
<span>
<pw-toggle
:on="settings.FRAME_COLORS_ENABLED"
@@ -240,6 +240,9 @@
toggleSetting(key) {
this.settings[key] = !this.settings[key];
this.$store.commit("postwoman/applySetting", [key, this.settings[key]]);
this.$router.replace('/settings', {
force: true
});
}
},
beforeMount() {