Updated imgs thumbnail scrolling logic

This commit is contained in:
2023-04-23 23:35:23 -05:00
parent a8f423e8b8
commit 049bf2e408
4 changed files with 37 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ import gi
gi.require_version('Gtk', '3.0')
gi.require_version('GdkPixbuf', '2.0')
from gi.repository import Gtk
from gi.repository import GLib
from gi.repository import GdkPixbuf
try: