mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +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'
|
|
});
|