Skip to content

Commit 363305b

Browse files
committed
corerectif de la gui
1 parent 5a94850 commit 363305b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Ui/Gui/Gui.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ def _apply_label(tr):
195195
select_icon = UiFeatures.select_icon
196196
select_nuitka_icon = UiFeatures.select_nuitka_icon
197197
show_help_dialog = UiFeatures.show_help_dialog
198-
export_config = UiFeatures.export_config
199-
import_config = UiFeatures.import_config
198+
200199
update_command_preview = UiFeatures.update_command_preview
201200
set_controls_enabled = UiFeatures.set_controls_enabled
202201
set_compilation_ui_enabled = UiFeatures.set_compilation_ui_enabled

Ui/i18n.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
"select_folder": "Choose workspace",
3131
"select_files": "Add files",
3232
"build_all": "Compile",
33-
"export_config": "Export config",
34-
"import_config": "Import config",
3533
"cancel_all": "Cancel",
3634
"suggest_deps": "Dependencies",
3735
"help": "Help",
@@ -83,8 +81,7 @@
8381
"tt_select_folder": "Select the workspace folder.",
8482
"tt_select_files": "Add files to compile.",
8583
"tt_build_all": "Start compilation.",
86-
"tt_export_config": "Export the current configuration to a JSON file.",
87-
"tt_import_config": "Import a configuration from a JSON file.",
84+
8885
"tt_cancel_all": "Cancel the current compilation.",
8986
"tt_remove_file": "Remove the selected file(s) from the list.",
9087
"tt_help": "Show help.",

0 commit comments

Comments
 (0)