chore: use string file

This commit is contained in:
aclist 2026-05-18 21:45:08 +09:00
parent fe9f488e10
commit de4521a366

View File

@ -125,7 +125,7 @@ class RightPanel(Gtk.Box):
exe_path = os.getenv("PYAPP")
if exe_path is None:
msg = "Failed to find DZGUI launch executable"
msg = dialogs.failed_to_update
func = StoredFunc(self._on_update_failure, msg)
self.thread_man.set_cleanup_func(func, destroy_first=True)
return