chore: add log output when setting start tab

This commit is contained in:
aclist 2026-08-28 16:00:14 +09:00
parent a85c632902
commit 8bae2d5fb5

View File

@ -523,6 +523,7 @@ class Controller(GObject.GObject):
def set_start_tab(self) -> None:
ind = self.config_man.get_start_tab()
logger.debug(f"Setting start tab to index {ind}")
self.get_servers().notebook.set_current_page(ind)
def get_debug_args(self) -> str: