mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2025-01-01 00:47:31 +01:00
Increase config version because of the Czech lang file name chnage
This commit is contained in:
parent
b127fa4118
commit
26144cf5c1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"meta": {
|
||||
"config_version": 1
|
||||
"config_version": 2
|
||||
},
|
||||
"break_interval": 15,
|
||||
"long_break_duration": 60,
|
||||
@ -9,4 +9,4 @@
|
||||
"short_break_duration": 15,
|
||||
"strict_break": false,
|
||||
"language": "en"
|
||||
}
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ system_style_sheet_path = os.path.join(bin_directory, "config/style/safeeyes_sty
|
||||
system_language_directory = os.path.join(bin_directory, "config/lang")
|
||||
|
||||
is_active = True
|
||||
CONFIGURATION_VERSION = 1
|
||||
CONFIGURATION_VERSION = 2
|
||||
SAFE_EYES_VERSION = "1.1.2"
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user