File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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." ,
You can’t perform that action at this time.
0 commit comments