Skip to content

Commit

Permalink
chore(oomox_plugin): print save path to the log
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 16, 2024
1 parent 29219a0 commit 97b95a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def do_export(self) -> None:
os.makedirs(parent_dir)
with Path(export_path).open("w", encoding=DEFAULT_ENCODING) as fobj:
fobj.write(self.rendered_theme)
print(f" :: saved {self.current_app.name} ({self.current_variant}) to {export_path}")
self.save_last_export_path()
self.dialog_done()

Expand Down

0 comments on commit 97b95a7

Please sign in to comment.