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