2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

version 0.7 - fixed single column layout, two-symbol hashtags

This commit is contained in:
John Preston
2014-12-15 23:29:02 +03:00
parent 37917db64c
commit 1fc405ea52
10 changed files with 22 additions and 24 deletions

View File

@@ -680,7 +680,7 @@ void Application::startApp() {
if (Local::oldMapVersion() < AppVersion) {
psRegisterCustomScheme();
if (Local::oldMapVersion() && Local::oldMapVersion() <= FeaturesNotifyVersionFrom && AppVersion == FeaturesNotifyVersion) {
QString versionFeatures(QString::fromUtf8(FeaturesNotify));
QString versionFeatures(QString::fromUtf8(FeaturesNotify).arg(QString::fromStdWString(AppVersionStr)));
if (!versionFeatures.isEmpty()) {
window->serviceNotification(versionFeatures);
}