aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-05 13:55:50 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-05 14:08:49 +1000
commit4bfd6889b2d6184f5500f47231b8288b4c04df04 (patch)
tree9f217788a5964a6812a7db36525bd8d52ec9e708 /src/App.vue
parentc325f9f06e5f04670e696b2f2edd1322ed45fa00 (diff)
Revert to showing px in settings instead of mm
With mm, moving the slider would sometimes leave the value unchanged
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 1a5cb44..03a254b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -798,7 +798,6 @@ export default defineComponent({
// Update layout/ui options with defaults, excluding user-modified ones
let lytOpts = getDefaultLytOpts();
let uiOpts = getDefaultUiOpts(lytOpts);
- console.log(uiOpts.touchDevice)
let changedTree = false;
for (let prop of Object.getOwnPropertyNames(lytOpts) as (keyof LayoutOptions)[]){
let item = localStorage.getItem('LYT ' + prop);