mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +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[]
|
||||
) {
|
||||
auto app = Gtk::Application::create(
|
||||
"Yoda"
|
||||
"YGGverse.Yoda"
|
||||
);
|
||||
|
||||
return app->make_window_and_run<app::Browser>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue