Reduce number of source files (cleanup)

This commit is contained in:
Rafostar
2020-11-06 17:04:54 +01:00
parent 42c208d1df
commit eb1a495907
12 changed files with 303 additions and 284 deletions

View File

@@ -1,8 +1,15 @@
const { GstPlayer, Gtk } = imports.gi;
const { Gio, GstPlayer, Gtk } = imports.gi;
const Debug = imports.clapper_src.debug;
var clapperPath;
var clapperVersion;
var appName = 'Clapper';
var appId = 'com.github.rafostar.Clapper';
var clapperPath = null;
var clapperVersion = null;
var settings = new Gio.Settings({
schema_id: appId,
});
let { debug } = Debug;
let inhibitCookie;