sync with Thunder

This commit is contained in:
2025-11-18 10:10:27 +08:00
parent deac84fe14
commit 4708086e36
65 changed files with 2374 additions and 1024 deletions
+7 -2
View File
@@ -22,7 +22,7 @@ public:
private slots:
void on_pushButton_updateServer_clicked();
void on_comboBox_server_currentIndexChanged(const QString &arg1);
void on_comboBox_server_currentTextChanged(const QString &arg1);
void on_pushButton_updateApt_clicked();
@@ -32,6 +32,11 @@ private slots:
void on_checkBox_clicked(bool checked);
void on_checkBox_disableSandbox_clicked(bool checked);
// 添加导出日志按钮的槽函数声明
void on_pushButton_exportLog_clicked();
public:
static bool needUncompatibleNotification;
@@ -47,4 +52,4 @@ signals:
void openUrl(QUrl spk);
};
#endif // SETTINGSPAGE_H
#endif // SETTINGSPAGE_H