We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95ef0e commit d7dff92Copy full SHA for d7dff92
1 file changed
src/main/kotlin/com/lambda/gui/MenuBar.kt
@@ -103,7 +103,7 @@ object MenuBar {
103
}
104
105
private fun ImGuiBuilder.buildLambdaMenu() {
106
- menu("Safe Config...") {
+ menu("Save Config...") {
107
menuItem("Save All Configs") {
108
Configuration.configurations.forEach { it.trySave(true) }
109
info("Saved ${Configuration.configurations.size} configuration files.")
@@ -481,4 +481,4 @@ object MenuBar {
481
482
483
484
-}
+}
0 commit comments