mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
Improve SingleInstance.
This commit is contained in:
parent
c8f2d7c926
commit
c0e470d78e
@ -1,4 +1,4 @@
|
||||
#include "FluApp.h"
|
||||
#include "FluApp.h"
|
||||
|
||||
#include <QQmlEngine>
|
||||
#include <QGuiApplication>
|
||||
@ -72,6 +72,8 @@ void FluApp::navigate(const QString& route,const QJsonObject& argument,FluRegist
|
||||
for (auto& pair : wnds) {
|
||||
QString r = pair->property("route").toString();
|
||||
if(r == route){
|
||||
pair->setProperty("argument",argument);
|
||||
pair->raise();
|
||||
pair->requestActivate();
|
||||
view->deleteLater();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user