rename run_window -> app_window

This commit is contained in:
Dmitry Vasilev
2023-07-11 18:24:28 +03:00
parent 0435367544
commit fc086e8c49
12 changed files with 70 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ import {
exec,
get_state,
open_directory,
reload_run_window,
reload_app_window,
close_directory,
} from '../index.js'
@@ -28,7 +28,7 @@ export class Files {
change_html_file(e) {
const html_file = e.target.value
exec('change_html_file', html_file)
reload_run_window(get_state())
reload_app_window(get_state())
}