mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
fixed crash in showNextNotify, started reportspam button
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user