mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-11-13 20:42:21 +08:00
修复中文环境通知,上次少加两行初始化代码
This commit is contained in:
parent
3f65002dc9
commit
949eb33511
@ -111,11 +111,13 @@ Widget::Widget(DBlurEffectWidget *parent) :
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
notify_init(tr("Spark\\ Store").toLocal8Bit());
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget::~Widget()
|
Widget::~Widget()
|
||||||
{
|
{
|
||||||
|
notify_uninit();
|
||||||
|
|
||||||
delete ui;
|
delete ui;
|
||||||
qDebug()<<"exit";
|
qDebug()<<"exit";
|
||||||
DApplication::quit();
|
DApplication::quit();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user