From 50f3c4fc2759c63b965c7b1173292774da71da9f Mon Sep 17 00:00:00 2001 From: Alziratt Date: Sat, 26 Jan 2019 15:35:37 -0200 Subject: [PATCH 1/2] This is a commit test --- src/res/css/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/res/css/common.scss b/src/res/css/common.scss index 5a9bc6d..291ede1 100644 --- a/src/res/css/common.scss +++ b/src/res/css/common.scss @@ -262,3 +262,4 @@ small { } +/* Ignore this comment */ \ No newline at end of file From d8376b39cea4db4dcd3962012a8bcd8110dbf3f4 Mon Sep 17 00:00:00 2001 From: Alziratt Date: Wed, 13 Feb 2019 13:15:56 -0200 Subject: [PATCH 2/2] 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 @@