2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

fixed crash in showNextNotify, started reportspam button

This commit is contained in:
John Preston
2015-09-07 18:53:46 +03:00
parent 42d297f192
commit c45d9e9860
12 changed files with 123 additions and 8 deletions

View File

@@ -160,6 +160,9 @@ float64 gSongVolume = 0.9;
SavedPeers gSavedPeers;
SavedPeersByTime gSavedPeersByTime;
ReportSpamButtons gShowReportSpamButton;
ReportSpamButtons gNoReportSpamButton;
void settingsParseArgs(int argc, char *argv[]) {
#ifdef Q_OS_MAC
if (QSysInfo::macVersion() < QSysInfo::MV_10_8) {