Skip to content

Commit

Permalink
osd-keyboard: Specify gi versions to get rid of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 25, 2025
1 parent 7ef9cfa commit 06973c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scc/osd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
import logging
import os
import traceback

import cairo

import gi
gi.require_version("Gtk", "3.0")
gi.require_version("Gdk", "3.0")
gi.require_version("GtkLayerShell", "0.1")

from gi.repository import Gdk, GLib, GObject, Gtk

from scc.config import Config
Expand Down

0 comments on commit 06973c1

Please sign in to comment.