About: Display the full version
This commit is contained in:
parent
eb6f9d469a
commit
b069c1306c
Notes:
sideshowbarker
2024-07-18 04:54:19 +09:00
Author: https://github.com/i3abghany Commit: https://github.com/SerenityOS/serenity/commit/b069c1306c1 Pull-request: https://github.com/SerenityOS/serenity/pull/9661 Reviewed-by: https://github.com/nico ✅ Reviewed-by: https://github.com/sppmacd
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ int main(int argc, char** argv)
|
|||
unveil(nullptr, nullptr);
|
||||
|
||||
auto app_icon = GUI::Icon::default_icon("ladyball");
|
||||
GUI::AboutDialog::show("SerenityOS", app_icon.bitmap_for_size(32), nullptr, app_icon.bitmap_for_size(16));
|
||||
GUI::AboutDialog::show("SerenityOS", app_icon.bitmap_for_size(32), nullptr, app_icon.bitmap_for_size(16), Core::Version::read_long_version_string());
|
||||
return app->exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue