mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix spaces on end of lines
This commit is contained in:
parent
cf61dedc79
commit
f810d7c82a
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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()));
|
||||
|
|
Loading…
Add table
Reference in a new issue