mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-17 17:41:37 +08:00
修改: src/downloadlist.cpp
修改: src/widget.cpp 重命名: pkg/usr/share/polkit-1/actions/store.spark-app.ssinstall.policy -> tool/auto-install-policy/store.spark-app.ssinstall.policy 修改: tool/update-upgrade/ss-update-controler.sh 修改: translations/spark-store_en.ts 修改: translations/spark-store_fr.ts 修改: translations/spark-store_zh_CN.ts
This commit is contained in:
@@ -192,7 +192,7 @@ void Widget::initUI()
|
||||
// 添加菜单项
|
||||
QAction *actionSubmission = new QAction(tr("Submit App"), this);
|
||||
QAction *setting = new QAction(tr("Settings"));
|
||||
QAction *upgrade = new QAction(tr("App Upgrade"));
|
||||
QAction *upgrade = new QAction(tr("APP Upgrade and Install Settings"));
|
||||
|
||||
QMenu *menu = new QMenu;
|
||||
menu->addAction(setting);
|
||||
|
||||
Reference in New Issue
Block a user