mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Removed hackish beta version marker in status dialog.
This commit is contained in:
parent
d9f5b681cb
commit
75554a2ed6
@ -56,7 +56,7 @@ QString Theme::statusHeaderText( SyncResult::Status status ) const
|
||||
|
||||
QString Theme::version() const
|
||||
{
|
||||
return QString::fromLocal8Bit( MIRALL_STRINGIFY( MIRALL_VERSION ))+QLatin1String("beta1");
|
||||
return QString::fromLocal8Bit( MIRALL_STRINGIFY( MIRALL_VERSION ));
|
||||
}
|
||||
|
||||
QIcon Theme::trayFolderIcon( const QString& backend ) const
|
||||
|
||||
Loading…
Reference in New Issue
Block a user