mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-15 03:17:37 +01:00
Fixed language bug
This commit is contained in:
parent
022e63852c
commit
43af31d1b2
@ -43,7 +43,7 @@ DEFAULT_SETTINGS = {
|
|||||||
# Export path (Default: desktop)
|
# Export path (Default: desktop)
|
||||||
'exportDirectory': QtCore.QStandardPaths.writableLocation(QtCore.QStandardPaths.DesktopLocation),
|
'exportDirectory': QtCore.QStandardPaths.writableLocation(QtCore.QStandardPaths.DesktopLocation),
|
||||||
# Language in format {language}_{country} (Default: system language)
|
# Language in format {language}_{country} (Default: system language)
|
||||||
'language': Translator.SUPPORTED_LANGUAGES[QtCore.QLocale.system().language().name.decode('utf-8')],
|
'language': Translator.SUPPORTED_LANGUAGES[QtCore.QLocale.system().language().name.decode('utf-8').lower()],
|
||||||
# Presets for seperations
|
# Presets for seperations
|
||||||
'presets': [
|
'presets': [
|
||||||
['ALL', {
|
['ALL', {
|
||||||
|
@ -1,28 +1,28 @@
|
|||||||
[settingswindow]
|
[settingswindow]
|
||||||
|
size=@Size(1028 551)
|
||||||
|
pos=@Point(585 245)
|
||||||
checkBox_gpuConversion=false
|
checkBox_gpuConversion=false
|
||||||
checkBox_tta=true
|
checkBox_tta=false
|
||||||
checkBox_modelFolder=false
|
checkBox_modelFolder=false
|
||||||
checkBox_outputImage=false
|
checkBox_outputImage=false
|
||||||
checkBox_postProcess=true
|
checkBox_postProcess=false
|
||||||
checkBox_deepExtraction=true
|
checkBox_deepExtraction=false
|
||||||
|
comboBox_winSize=352
|
||||||
|
comboBox_highEndProcess=Mirroring
|
||||||
|
doubleSpinBox_aggressiveness=-0.1
|
||||||
checkBox_ensemble=false
|
checkBox_ensemble=false
|
||||||
comboBox_instrumental=MGM-v5-2Band-32000-BETA1 - Kopie
|
comboBox_instrumental=MGM-v5-2Band-32000-BETA1 - Kopie
|
||||||
comboBox_vocal=
|
comboBox_vocal=
|
||||||
comboBox_winSize=1024
|
comboBox_presets=NONE
|
||||||
doubleSpinBox_aggressiveness=0.1
|
checkBox_notifiyOnFinish=false
|
||||||
comboBox_highEndProcess=Mirroring
|
|
||||||
comboBox_presets=Custom
|
|
||||||
checkBox_notifiyOnFinish=true
|
|
||||||
checkBox_notifyUpdates=true
|
checkBox_notifyUpdates=true
|
||||||
checkBox_settingsStartup=true
|
checkBox_settingsStartup=false
|
||||||
checkBox_enableAnimations=true
|
checkBox_enableAnimations=true
|
||||||
checkBox_showInfoButtons=true
|
checkBox_showInfoButtons=false
|
||||||
checkBox_multithreading=false
|
checkBox_multithreading=false
|
||||||
comboBox_command=Off
|
comboBox_command=Off
|
||||||
checkBox_autoSaveInstrumentals=true
|
checkBox_autoSaveInstrumentals=true
|
||||||
checkBox_autoSaveVocals=true
|
checkBox_autoSaveVocals=true
|
||||||
size=@Size(993 526)
|
|
||||||
pos=@Point(437 242)
|
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
exportDirectory=C:/Users/boska/Desktop
|
exportDirectory=C:/Users/boska/Desktop
|
||||||
@ -36,14 +36,10 @@ theme=dark
|
|||||||
|
|
||||||
[mainwindow]
|
[mainwindow]
|
||||||
size=@Size(906 559)
|
size=@Size(906 559)
|
||||||
pos=@Point(507 260)
|
pos=@Point(503 220)
|
||||||
isMaximized=false
|
isMaximized=false
|
||||||
|
|
||||||
[presetseditorwindow]
|
|
||||||
size=@Size(322 403)
|
|
||||||
pos=@Point(841 355)
|
|
||||||
|
|
||||||
[infowindow]
|
[infowindow]
|
||||||
size=@Size(563 562)
|
size=@Size(596 440)
|
||||||
pos=@Point(678 259)
|
pos=@Point(662 204)
|
||||||
isMaximized=false
|
isMaximized=false
|
||||||
|
Loading…
Reference in New Issue
Block a user