File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def init_window():
35
35
warnings .load_conversion_and_warning_rules () # TODO: Why is this called in this GUI function?
36
36
37
37
window = sg .Window (
38
- f"Legacy Mod Converter v { cfg .CONVERTER_VERSION } " ,
38
+ f"Legacy Mod Converter version { cfg .CONVERTER_VERSION } for CCCP { cfg . GAME_VERSION } " ,
39
39
gui_layout .get_layout (),
40
40
icon = utils .resource_path ("Media/legacy-mod-converter.ico" ),
41
41
font = ("Helvetica" , 16 )
Original file line number Diff line number Diff line change 1
1
# TODO: Move these to cfg.py
2
- CONVERTER_VERSION = "4.0"
2
+ CONVERTER_VERSION = "1.0"
3
+ GAME_VERSION = "Pre-Release 4.0"
3
4
NO_PATH_SET_COLOR = "#b35858"
4
5
CONVERTER_FOLDER_NAME = "_Mod Converter"
5
6
WARNINGS_MOD_NAME_SEPARATOR = "-" * 50
You can’t perform that action at this time.
0 commit comments