完善设置页连接测试

This commit is contained in:
2026-05-30 03:48:42 +08:00
parent 14f1af4b05
commit 46c4f6092b
10 changed files with 485 additions and 127 deletions
+3
View File
@@ -31,6 +31,8 @@ public:
void applyAppConfig(const AppConfig &config);
AppConfig currentAppConfig() const;
void openSettingsDialog();
void setSettingsFallbackInContextMenuEnabled(bool enabled);
void pauseAnimation();
void resumeAnimation();
void showBubbleMessage(const QString &message);
@@ -98,4 +100,5 @@ private:
bool m_returnToIdleAfterResume = false;
bool m_streamingChatActive = false;
bool m_streamingTalkStarted = false;
bool m_settingsFallbackInContextMenuEnabled = true;
};