From f95eae07bff7305683c143e95c6eb9c228192fa8 Mon Sep 17 00:00:00 2001 From: Alexander Chernoskutov Date: Sat, 27 Apr 2024 16:34:58 +0400 Subject: [PATCH] Update app title --- src/GUI/AppGUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/AppGUI.py b/src/GUI/AppGUI.py index e577632..faf2fd8 100644 --- a/src/GUI/AppGUI.py +++ b/src/GUI/AppGUI.py @@ -94,7 +94,7 @@ class TCC_GUI(QtWidgets.QWidget): FAILSAFE_CPU_TEMP = 95 FAILSAFE_GPU_TEMP = 85 FAILSAFE_RESET_AFTER_TEMP_IS_OK_FOR_SEC = 60 - APP_NAME = "Thermal Control Center for Dell G15 5515" + APP_NAME = "Thermal Control Center for Dell G15" APP_VERSION = "1.5.2" APP_DESCRIPTION = "This app is an open-source replacement for Alienware Control Center " APP_URL = "github.com/AlexIII/tcc-g15"