mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 16:31:58 +02:00
Open new file in the same window. Closes #31
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
imports.gi.versions.Gdk = '4.0';
|
||||
imports.gi.versions.Gtk = '4.0';
|
||||
|
||||
const System = imports.system;
|
||||
const { Gst } = imports.gi;
|
||||
const { App } = imports.clapper_src.app;
|
||||
|
||||
@@ -8,7 +9,5 @@ Gst.init(null);
|
||||
|
||||
function main()
|
||||
{
|
||||
let clapper = new App({
|
||||
playlist: ARGV
|
||||
}).run();
|
||||
new App().run([System.programInvocationName].concat(ARGV));
|
||||
}
|
||||
|
Reference in New Issue
Block a user