mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Support toggling installs of beta versions.
This commit is contained in:
@@ -118,7 +118,7 @@ void Changelogs::requestCloudLogs() {
|
||||
}
|
||||
|
||||
void Changelogs::addLocalLogs() {
|
||||
if (cBetaVersion() || cAlphaVersion()) {
|
||||
if (AppBetaVersion || cAlphaVersion()) {
|
||||
addBetaLogs();
|
||||
}
|
||||
if (!_addedSomeLocal) {
|
||||
|
Reference in New Issue
Block a user