mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Fixed changelog for alpha and beta in 0.9.49 version.
This commit is contained in:
@@ -1032,8 +1032,8 @@ void AppClass::checkMapVersion() {
|
|||||||
if (Local::oldMapVersion()) {
|
if (Local::oldMapVersion()) {
|
||||||
QString versionFeatures;
|
QString versionFeatures;
|
||||||
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9049) {
|
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9049) {
|
||||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened");
|
// versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened");
|
||||||
// versionFeatures = langNewVersionText();
|
versionFeatures = langNewVersionText();
|
||||||
} else if (Local::oldMapVersion() < 9049) {
|
} else if (Local::oldMapVersion() < 9049) {
|
||||||
versionFeatures = langNewVersionText();
|
versionFeatures = langNewVersionText();
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user