Show current video/audio decoder in popover

This commit is contained in:
Rafał Dzięgiel
2021-09-01 14:28:15 +02:00
parent bbada8fb4e
commit 451711b9c6
3 changed files with 19 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ imports.gi.versions.Gtk = '4.0';
imports.gi.versions.Soup = '2.4';
pkg.initGettext();
pkg.initFormat();
const { GstClapper, Gtk, Adw } = imports.gi;
const { App } = imports.src.app;