1
0
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:
Gobinath 2017-01-29 12:59:03 -05:00
parent b127fa4118
commit 26144cf5c1
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}
}

View File

@ -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"
"""