Do not create file when requested to open a file path that doesn't exists + nit.

This commit is contained in:
Martín Lucas Golini
2025-08-27 01:36:24 -03:00
parent a703b09cc1
commit 130301ca77
4 changed files with 4 additions and 4 deletions

View File

@@ -1976,7 +1976,7 @@ UIWindow* DebuggerPlugin::processPicker() {
<window id="process_picker" lw="450dp" lh="450dp" padding="4dp" window-title="@string(list_of_processes, List of Processes)">
<vbox lw="mp" lh="mp">
<hbox lw="mp" lh="wc" margin-bottom="4dp">
<TextView text="@string(filter_semicolon, Filter:)" lh="mp" margin-right="8dp" />
<TextView text="@string(filter_colon, Filter:)" lh="mp" margin-right="8dp" />
<TextInput id="processes_filter" lw="0dp" lw8="1" />
</hbox>
<TableView id="processes_list" lw="mp" lh="0dp" lw8="1" />