Skip to content

Commit 193c074

Browse files
committed
reset button on new line
1 parent e5d5fee commit 193c074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/com/lambda/gui/components/SettingsWidget.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ object SettingsWidget {
3434
with(config.keybindSetting) { buildLayout() }
3535
with(config.disableOnReleaseSetting) { buildLayout() }
3636
}
37-
sameLine()
3837
smallButton("Reset") {
3938
config.settings.forEach { it.reset(silent = true) }
4039
}

0 commit comments

Comments
 (0)