This commit is contained in:
luboslenco
2024-06-16 19:36:26 +02:00
parent a06ab733c6
commit 3dcba9d28b
18 changed files with 53 additions and 59 deletions
+1 -1
View File
@@ -623,7 +623,7 @@ function history_delete_material_group(group: node_group_t) {
///end
function history_push(name: string): step_t {
///if (krom_windows || krom_linux || krom_darwin)
///if (krom_windows || krom_linux || krom_macos)
let filename: string = project_filepath == "" ? ui_files_filename : substring(project_filepath, string_last_index_of(project_filepath, path_sep) + 1, project_filepath.length - 4);
sys_title_set(filename + "* - " + manifest_title);
///end