Skip to content

Commit

Permalink
Update app title
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIII committed Apr 27, 2024
1 parent c7235a7 commit f95eae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/AppGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f95eae0

Please sign in to comment.