diff --git a/ptop/interfaces/GUI.py b/ptop/interfaces/GUI.py index c55f268..f4055cd 100644 --- a/ptop/interfaces/GUI.py +++ b/ptop/interfaces/GUI.py @@ -506,7 +506,7 @@ def update(self): def draw(self): # Setting the main window form self.window = WindowForm(parentApp=self, - name="ptop [http://darxtrix.in/ptop]" + name="Task Manager" ) MIN_ALLOWED_TERMINAL_WIDTH = 104 MIN_ALLOWED_TERMINAL_HEIGHT = 28