mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 23:02:48 +00:00
12 lines
102 B
JavaScript
12 lines
102 B
JavaScript
|
|
|
|
imports.gi.versions.Gdk = '3.0'
|
|
const Gdk = imports.gi.Gdk;
|
|
|
|
module.exports = Gdk;
|
|
|
|
|
|
|
|
|
|
|