renamed "Unified Palette" to "Single palette" in the settings menu

snap7
jmoenig 2021-07-03 22:52:38 +02:00
rodzic addc1dd35c
commit 1d9c06e488
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -19,6 +19,7 @@
* gui: fixed the paletteHandle for the unified palette
* gui, scenes, store: fixed unified palette for multi-scene projects
* gui: fixed unified palette for searching
* gui: renamed "Unified palette" to "Single palette" in the settings menu
### 2021-07-02
* gui, object, store, etc.: unified blocks palette option, thanks, Michael!

Wyświetl plik

@ -4037,7 +4037,7 @@ IDE_Morph.prototype.settingsMenu = function () {
false
);
addPreference(
'Unified Palette',
'Single palette',
() => this.toggleUnifiedPalette(),
this.scene.unifiedPalette,
'uncheck to show only the selected category\'s blocks',