Add application prop to pinenote fullscreen window

This commit is contained in:
2026-07-13 15:15:34 +02:00
parent 95e4e4d545
commit eabd92c0e3
+1
View File
@@ -242,6 +242,7 @@ function PinenoteShell() {
return (
<window
name="pinenote-fullscreen"
application={app}
namespace="fullscreen"
visible={visible}
anchor={TOP | BOTTOM | LEFT | RIGHT}