Enable the force metal setting.

This commit is contained in:
Adam Treat
2023-06-27 11:54:34 -04:00
committed by AT
parent 2565f6a94a
commit 267601d670
9 changed files with 109 additions and 7 deletions

View File

@@ -110,6 +110,7 @@ public Q_SLOTS:
void handleChatIdChanged(const QString &id);
void handleShouldBeLoadedChanged();
void handleThreadStarted();
void handleForceMetalChanged(bool forceMetal);
Q_SIGNALS:
void recalcChanged();
@@ -157,6 +158,8 @@ private:
std::atomic<bool> m_shouldBeLoaded;
std::atomic<bool> m_isRecalc;
bool m_isServer;
bool m_forceMetal;
bool m_reloadingToChangeVariant;
};
#endif // CHATLLM_H