fix application id

This commit is contained in:
yggverse 2024-08-08 13:54:30 +03:00
parent bb0ea3b7c7
commit 16dc8d23e0

View File

@ -5,7 +5,7 @@ int main(
char* argv[]
) {
auto app = Gtk::Application::create(
"Yoda"
"YGGverse.Yoda"
);
return app->make_window_and_run<app::Browser>(