Add support for 1 month self-destruct messages.

This commit is contained in:
John Preston
2021-07-30 14:43:48 +03:00
parent 256546071b
commit b2e829904f
12 changed files with 39 additions and 21 deletions
-2
View File
@@ -93,8 +93,6 @@ void AboutBox::showVersionHistory() {
url += qsl("win/%1.zip");
} else if (Platform::IsWindows64Bit()) {
url += qsl("win64/%1.zip");
} else if (Platform::IsOSXBuild()) {
url += qsl("osx/%1.zip");
} else if (Platform::IsMac()) {
url += qsl("mac/%1.zip");
} else if (Platform::IsLinux32Bit()) {