From b746dea75d03cb93c5fb31cd2c6e7f3e67aa2a43 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 12 Nov 2021 15:10:05 +0100 Subject: [PATCH] made HSL preference setting hidden behind shift-click --- HISTORY.md | 1 + src/gui.js | 4 ++-- sw.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 58836059..bda7f306 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -58,6 +58,7 @@ * store: fixed importing custom categories from libraries, thanks, Eckart, for reporting this! * gui, objects, scenes, store: reverted to HSV as default pen color model * store: fixed a serialization conflict for global variables referencing the stage +* gui: made HSL preference setting hidden behind shift-click ### 2021-11-11 * German translation update, changed %hsva -> %clrdim diff --git a/src/gui.js b/src/gui.js index b62fd394..f2c8bf35 100644 --- a/src/gui.js +++ b/src/gui.js @@ -4240,7 +4240,7 @@ IDE_Morph.prototype.settingsMenu = function () { SpriteMorph.prototype.penColorModel === 'hsl', 'uncheck to switch pen colors\nand graphic effects\nto HSV', 'check to switch pen colors\nand graphic effects\nfrom to HSL', - false + true ); addPreference( @@ -4731,7 +4731,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 7 - dev211110 -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 7 - dev211112 -\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n' diff --git a/sw.js b/sw.js index 713fea60..471046c1 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7-dev211111' +var snapVersion = '7-dev211112' var cacheName = 'snap-pwa', filesToCache = [