Skip to content

Commit

Permalink
Fix for GDK 4 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed May 1, 2021
1 parent 3bdf53e commit 7478980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import hashlib
import gi
gi.require_version('Gdk', '3.0')
from ulauncher.api.client.Extension import Extension
from ulauncher.api.client.EventListener import EventListener
from ulauncher.api.shared.event import KeywordQueryEvent
Expand Down

0 comments on commit 7478980

Please sign in to comment.