mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
fix: missing placeholder
This commit is contained in:
@@ -81,6 +81,10 @@ internal class MyTermoraToolbar(private val windowScope: WindowScope, private va
|
|||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
if (SystemInfo.isLinux || SystemInfo.isWindows) {
|
||||||
|
add(Box.createHorizontalStrut(24))
|
||||||
|
}
|
||||||
|
|
||||||
add(Box.createHorizontalGlue())
|
add(Box.createHorizontalGlue())
|
||||||
|
|
||||||
for (action in model.getActions()) {
|
for (action in model.getActions()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user