mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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"
|
"- Nice looking code blocks with syntax highlight.\n"
|
||||||
|
|
||||||
"- Copy full code block by click on its header.\n"
|
"- Copy full code block by click on its header.\n"
|
||||||
|
|
||||||
"- Send a highlighted code block using ```language syntax.\n"
|
"- Send a highlighted code block using ```language syntax.\n"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -261,7 +261,7 @@ bool GenerateDesktopFile(
|
||||||
-1,
|
-1,
|
||||||
GLib::KeyFileFlags::KEEP_COMMENTS_
|
GLib::KeyFileFlags::KEEP_COMMENTS_
|
||||||
| GLib::KeyFileFlags::KEEP_TRANSLATIONS_);
|
| GLib::KeyFileFlags::KEEP_TRANSLATIONS_);
|
||||||
|
|
||||||
if (!loaded) {
|
if (!loaded) {
|
||||||
if (!silent) {
|
if (!silent) {
|
||||||
LOG(("App Error: %1").arg(loaded.error().message_().c_str()));
|
LOG(("App Error: %1").arg(loaded.error().message_().c_str()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue