mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update application id
This commit is contained in:
parent
16dc8d23e0
commit
3d09fc5265
1 changed files with 3 additions and 1 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
|
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
|
||||||
|
|
||||||
int main(
|
int main(
|
||||||
int argc,
|
int argc,
|
||||||
char* argv[]
|
char* argv[]
|
||||||
) {
|
) {
|
||||||
auto app = Gtk::Application::create(
|
auto app = Gtk::Application::create(
|
||||||
"YGGverse.Yoda"
|
APPLICATION_ID
|
||||||
);
|
);
|
||||||
|
|
||||||
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