Skip to content

Commit

Permalink
[no ci] renamed settings folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne authored Aug 15, 2024
1 parent 877abf6 commit 3772f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/headsetcontrol-qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
import winshell
import darkdetect

SETTINGS_DIR = os.path.join(os.getenv("APPDATA"), "headsetcontrol-qt")
SETTINGS_DIR = os.path.join(os.getenv("APPDATA"), "HeadsetControl-Qt")
HEADSETCONTROL_EXECUTABLE = os.path.join("dependencies", "headsetcontrol.exe")
STARTUP_FOLDER = winshell.startup()
else:
SETTINGS_DIR = os.path.join(os.path.expanduser("~"), ".config", "headsetcontrol-qt")
SETTINGS_DIR = os.path.join(os.path.expanduser("~"), ".config", "HeadsetControl-Qt")
HEADSETCONTROL_EXECUTABLE = "headsetcontrol"
DESKTOP_FILE_PATH = os.path.join(os.path.expanduser("~"), ".config", "autostart", "headsetcontrol-qt.desktop")

Expand Down

0 comments on commit 3772f5f

Please sign in to comment.