mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
const { Gio } = imports.gi;
|
|
|
|
var settings = new Gio.Settings({
|
|
schema_id: 'com.github.rafostar.Clapper'
|
|
});
|