Fix monospace font

This commit is contained in:
Petr Mironychev
2024-10-14 21:25:18 +02:00
parent 1dd50b6c83
commit 95f29fefc7
2 changed files with 15 additions and 2 deletions

View File

@ -7,7 +7,6 @@ namespace QodeAssist::Chat {
void ChatUtils::copyToClipboard(const QString &text)
{
qDebug() << "call clipboard" << text;
QGuiApplication::clipboard()->setText(text);
}