From b06ca6807e946d7655df38221e7bde89a5756f42 Mon Sep 17 00:00:00 2001 From: ArimaBatista <80778627+ArimaBatista@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:53:39 -0300 Subject: [PATCH] fixs main_window.py Upon reviewing the code as recommended, I have implemented the necessary modifications --- GTG/gtk/browser/main_window.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/GTG/gtk/browser/main_window.py b/GTG/gtk/browser/main_window.py index 76a34d9bb..1b5443ac3 100644 --- a/GTG/gtk/browser/main_window.py +++ b/GTG/gtk/browser/main_window.py @@ -132,11 +132,6 @@ def __init__(self, app): # Setup GTG icon theme self._init_icon_theme() - #switch tab - self.switch_tab_open() - self.switch_tab_actionable() - self.switch_tab_closed() - # Init Actions self._set_actions()