fix: Mixed up discard /save button macro ui

This commit is contained in:
Linnea Gräf
2025-06-18 00:44:53 +02:00
parent 0a9b6de2f7
commit b79d137a7d

View File

@@ -195,7 +195,7 @@ class MacroUI {
@Bind
fun saveAndClose() {
this@MacroUI.discard()
this@MacroUI.saveAndClose()
}
@Bind