mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 08:51:59 +02:00
Create gio settings only once
This commit is contained in:
5
clapper_src/shared.js
Normal file
5
clapper_src/shared.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { Gio } = imports.gi;
|
||||
|
||||
var settings = new Gio.Settings({
|
||||
schema_id: 'com.github.rafostar.Clapper'
|
||||
});
|
Reference in New Issue
Block a user