Bitsteward / bitsteward

A GTK4 + Libadwaita client for Bitwarden
GNU General Public License v3.0
45 stars 1 forks source link

Correct imports #10

Closed yochananmarqos closed 1 year ago

yochananmarqos commented 1 year ago

Fixes the following:

PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '4.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Adw, GLib
PyGIWarning: Adw was imported without specifying a version first. Use gi.require_version('Adw', '1') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Adw, GLib
mxmvncnt commented 1 year ago

Thanks for this, it was bothering me but not enough for me to take action