修复中文环境通知,上次少加两行初始化代码

This commit is contained in:
lidanger 2020-10-14 22:20:55 +08:00
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();