Fix (notification): non-blocking way to notify

This commit is contained in:
Grail Finder
2026-03-05 08:43:50 +03:00
parent d144ee76d9
commit 4b6769e531
2 changed files with 50 additions and 30 deletions

View File

@@ -521,7 +521,7 @@ func updateFlexLayout() {
if shellMode {
flex.AddItem(shellInput, 0, 10, false)
} else {
flex.AddItem(textArea, 0, 10, false)
flex.AddItem(bottomFlex, 0, 10, true)
}
if positionVisible {
flex.AddItem(statusLineWidget, 0, 2, false)