mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix application id
This commit is contained in:
parent
bb0ea3b7c7
commit
16dc8d23e0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ int main(
|
||||||
char* argv[]
|
char* argv[]
|
||||||
) {
|
) {
|
||||||
auto app = Gtk::Application::create(
|
auto app = Gtk::Application::create(
|
||||||
"Yoda"
|
"YGGverse.Yoda"
|
||||||
);
|
);
|
||||||
|
|
||||||
return app->make_window_and_run<app::Browser>(
|
return app->make_window_and_run<app::Browser>(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue