mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-13 17:12:20 +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()
|
||||
{
|
||||
notify_uninit();
|
||||
|
||||
delete ui;
|
||||
qDebug()<<"exit";
|
||||
DApplication::quit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user