From d8376b39cea4db4dcd3962012a8bcd8110dbf3f4 Mon Sep 17 00:00:00 2001 From: Alziratt Date: Wed, 13 Feb 2019 13:15:56 -0200 Subject: [PATCH] Minor work on the buttons and some of the text. --- src/ext/conf/Debug.js | 2 +- src/ext/conf/ExtensionConf.js | 2 +- src/popup/panels/DefaultSettingsPanel.vue | 12 +++++----- src/popup/panels/VideoPanel.vue | 4 ++-- src/res/css/colors.scss | 4 +++- src/res/css/common.scss | 29 ++++++++++++++++------- 6 files changed, 33 insertions(+), 20 deletions(-) diff --git a/src/ext/conf/Debug.js b/src/ext/conf/Debug.js index a35b740..6ecb061 100644 --- a/src/ext/conf/Debug.js +++ b/src/ext/conf/Debug.js @@ -14,7 +14,7 @@ var Debug = { comms: true, // showArDetectCanvas: true, // flushStoredSettings: true, - flushStoredSettings: false, + flushStoredSettings: true, playerDetectDebug: true, periodic: true, // videoRescan: true, diff --git a/src/ext/conf/ExtensionConf.js b/src/ext/conf/ExtensionConf.js index fdc4e70..e118969 100644 --- a/src/ext/conf/ExtensionConf.js +++ b/src/ext/conf/ExtensionConf.js @@ -685,7 +685,7 @@ var ExtensionConf = { } },{ name: 'Enable automatic aspect ratio detection', - label: 'Enabled', + label: 'Enable', cmd: [{ action: 'set-autoar-mode', arg: ExtensionMode.Enabled, diff --git a/src/popup/panels/DefaultSettingsPanel.vue b/src/popup/panels/DefaultSettingsPanel.vue index f8794cb..00d87c8 100644 --- a/src/popup/panels/DefaultSettingsPanel.vue +++ b/src/popup/panels/DefaultSettingsPanel.vue @@ -9,7 +9,7 @@