Calling display instead of show in os

This commit is contained in:
Dustin Swan 2026-04-06 20:52:24 -06:00
parent 8932fef6b9
commit 22c74bac85
No known key found for this signature in database
GPG key ID: 30D46587E2100467

View file

@ -143,7 +143,7 @@ renderWindow = window isActive \
openApp = openOrFocus, openApp = openOrFocus,
close = _ \ closeWindowById window.id close = _ \ closeWindowById window.id
} }
| False \ text (show app)) | False \ text (display app))
| (Err msg) \ text msg | (Err msg) \ text msg
| _ \ text "App not found" | _ \ text "App not found"
} }
@ -151,7 +151,7 @@ renderWindow = window isActive \
] }; ] };
windowComponent = config \ ui.stateful { windowComponent = config \ ui.stateful {
key = "window-" & (show config.window.id), key = "window-" & (display config.window.id),
focusable = True, focusable = True,
init = { }, init = { },
update = state event \ update = state event \