mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
fix application id
This commit is contained in:
parent
bb0ea3b7c7
commit
16dc8d23e0
@ -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…
x
Reference in New Issue
Block a user