mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 19:40:21 +00:00
chat: translation tweaks (#2797)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <QVector>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
namespace MySettingsEnums {
|
||||
@@ -245,7 +246,7 @@ private:
|
||||
const QStringList m_deviceList;
|
||||
const QStringList m_embeddingsDeviceList;
|
||||
const QStringList m_uiLanguages;
|
||||
QTranslator *m_translator = nullptr;
|
||||
std::unique_ptr<QTranslator> m_translator;
|
||||
|
||||
private:
|
||||
explicit MySettings();
|
||||
|
Reference in New Issue
Block a user