Move the tagstudio.ini file to alongside the executable
This commit is contained in:
parent
b8d72a65c8
commit
eede5b3600
1 changed files with 1 additions and 3 deletions
|
|
@ -188,9 +188,7 @@ class QtDriver(QObject):
|
|||
|
||||
self.SIGTERM.connect(self.handleSIGTERM)
|
||||
|
||||
self.settings = QSettings(
|
||||
QSettings.IniFormat, QSettings.UserScope, "tagstudio", "TagStudio"
|
||||
)
|
||||
self.settings = QSettings(QSettings.IniFormat, QSettings.UserScope, "TagStudio")
|
||||
|
||||
max_threads = os.cpu_count()
|
||||
for i in range(max_threads):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue