Add application prop to pinenote fullscreen window
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user