removes the tutorial setting from the settings dialog

This commit is contained in:
hneemann 2019-07-23 09:24:15 +02:00
parent 77d81c5d8f
commit 344ef6df1f

View File

@ -61,7 +61,6 @@ public final class Settings implements AttributeListener {
intList.add(Keys.SETTINGS_TOOLCHAIN_CONFIG); intList.add(Keys.SETTINGS_TOOLCHAIN_CONFIG);
intList.add(Keys.SETTINGS_FONT_SCALING); intList.add(Keys.SETTINGS_FONT_SCALING);
intList.add(Keys.SETTINGS_MAC_MOUSE); intList.add(Keys.SETTINGS_MAC_MOUSE);
intList.add(Keys.SETTINGS_SHOW_TUTORIAL);
settingsKeys = Collections.unmodifiableList(intList); settingsKeys = Collections.unmodifiableList(intList);