fix: swap logic

This commit is contained in:
aclist 2026-06-11 12:37:27 +09:00
parent 65fb07c8da
commit 450d54d7fd

View File

@ -354,7 +354,7 @@ class OfflineLoader(Gtk.Box):
if store is None:
self.local_frame.start_empty()
else:
self.local_frame.show_errors()
self.local_frame.hide_errors()
# NOTE: suppress custom tree until explicitly loaded
self.custom_frame.hide_all()