mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Closed beta version 1.3.14.2: Fix fallthrough.
This commit is contained in:
parent
55583c2237
commit
80cd74edc8
1 changed files with 1 additions and 1 deletions
|
@ -1026,7 +1026,7 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting
|
||||||
|
|
||||||
_cacheTotalSizeLimit = size;
|
_cacheTotalSizeLimit = size;
|
||||||
_cacheTotalTimeLimit = time;
|
_cacheTotalTimeLimit = time;
|
||||||
}
|
} break;
|
||||||
|
|
||||||
case dbiSoundNotify: {
|
case dbiSoundNotify: {
|
||||||
qint32 v;
|
qint32 v;
|
||||||
|
|
Loading…
Add table
Reference in a new issue