Added mana icon files, limit search results to 50, improved caching

This commit is contained in:
luxick
2017-02-15 13:57:31 +01:00
parent ca28a4dc12
commit dd29cbea65
59 changed files with 16 additions and 9 deletions

2
gui.py
View File

@@ -34,7 +34,7 @@ class MainWindow(Gtk.Window):
win = MainWindow()
# Load local image Data
util.imagecache = util.reload_image_cache()
util.reload_image_cache()
win.connect('delete-event', Gtk.main_quit)
win.show_all()
Gtk.main()