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 ( return (
<window <window
name="pinenote-fullscreen" name="pinenote-fullscreen"
application={app}
namespace="fullscreen" namespace="fullscreen"
visible={visible} visible={visible}
anchor={TOP | BOTTOM | LEFT | RIGHT} anchor={TOP | BOTTOM | LEFT | RIGHT}