mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
Reduce number of source files (cleanup)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user