fix: make the ui better
This commit is contained in:
parent
88e979e566
commit
0cc5a93463
@ -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
0
src/provider/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user