mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-05 01:19:02 -06:00
core: support offline web applet
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user