Fix spaces on end of lines

This commit is contained in:
Ilya Fedin 2025-02-18 21:19:03 +04:00 committed by John Preston
parent cf61dedc79
commit f810d7c82a
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ std::map<int, const char*> BetaLogs() {
"- Nice looking code blocks with syntax highlight.\n"
"- Copy full code block by click on its header.\n"
"- Send a highlighted code block using ```language syntax.\n"
}
};

View file

@ -261,7 +261,7 @@ bool GenerateDesktopFile(
-1,
GLib::KeyFileFlags::KEEP_COMMENTS_
| GLib::KeyFileFlags::KEEP_TRANSLATIONS_);
if (!loaded) {
if (!silent) {
LOG(("App Error: %1").arg(loaded.error().message_().c_str()));