forked from eden-emu/eden
core: support offline web applet
This commit is contained in:
parent
8a146469c0
commit
68303ed601
32 changed files with 470 additions and 58 deletions
|
@ -4931,7 +4931,10 @@ void GMainWindow::changeEvent(QEvent* event) {
|
|||
}
|
||||
|
||||
Service::AM::FrontendAppletParameters GMainWindow::ApplicationAppletParameters() {
|
||||
return Service::AM::FrontendAppletParameters{};
|
||||
return Service::AM::FrontendAppletParameters{
|
||||
.applet_id = Service::AM::AppletId::Application,
|
||||
.applet_type = Service::AM::AppletType::Application,
|
||||
};
|
||||
}
|
||||
|
||||
Service::AM::FrontendAppletParameters GMainWindow::LibraryAppletParameters(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue