Add toggle fullscreen button

This commit is contained in:
Rafostar
2020-08-31 22:21:46 +02:00
parent 918ba34885
commit f70fe43303
3 changed files with 44 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
imports.gi.versions.Gdk = '3.0';
imports.gi.versions.Gtk = '3.0';
const { Gst } = imports.gi;