fix: make the ui better

This commit is contained in:
0xMRTT 2023-05-07 23:35:31 +02:00
parent 88e979e566
commit 0cc5a93463
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD
2 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ class ImaginerApplication(Adw.Application):
if image:
image.save(path)
self.win.image.set_file(Gio.File.new_for_path(path))
self.win.image.set_visible(True)
t = threading.Thread(target=thread_run)
t.start()

0
src/provider/__init__.py Normal file
View File