This commit is contained in:
Oystein
2021-04-26 22:11:19 +02:00
parent 9b2d70c876
commit 7b0dc1548a
5 changed files with 1 additions and 10 deletions

View File

@@ -33,7 +33,6 @@
<Menu mnemonicParsing="false" text="Change programming language">
<items>
<!-- TODO: Generate buttons based on classes -->
<RadioMenuItem text="Java"
fx:id="toggleJava"
onAction="#handleLanguageChange"
@@ -55,7 +54,6 @@
<Menu mnemonicParsing="false" text="Change color theme">
<items>
<!-- TODO: Generate buttons based on classes -->
<RadioMenuItem text="Monokai"
fx:id="toggleMonokai"
onAction="#handleThemeChange"