mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
parent
b4381be0ba
commit
f347dd5c5e
Notes:
sideshowbarker
2024-07-19 08:19:17 +09:00
Author: https://github.com/xTibor
Commit: f347dd5c5e
Pull-request: https://github.com/SerenityOS/serenity/pull/1448
Issue: https://github.com/SerenityOS/serenity/issues/1444
10 changed files with 10 additions and 10 deletions
|
@ -86,7 +86,7 @@ int main(int argc, char** argv)
|
|||
|
||||
remote_process.on_update = [&] {
|
||||
if (!remote_process.process_name().is_null())
|
||||
window->set_title(String::format("Inspector: %s (%d)", remote_process.process_name().characters(), remote_process.pid()));
|
||||
window->set_title(String::format("%s (%d) - Inspector", remote_process.process_name().characters(), remote_process.pid()));
|
||||
};
|
||||
|
||||
auto& tree_view = splitter.add<GUI::TreeView>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue