mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix debug build on Linux
This commit is contained in:
parent
a6df03d990
commit
58451aed91
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ namespace {
|
||||||
|
|
||||||
bool DebugModeEnabled = false;
|
bool DebugModeEnabled = false;
|
||||||
|
|
||||||
void MoveOldDataFiles(const QString &wasDir) {
|
[[maybe_unused]] void MoveOldDataFiles(const QString &wasDir) {
|
||||||
if (wasDir.isEmpty()) {
|
if (wasDir.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue