mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
ownCloud Theme: Do not have the oCSetupTop custom media, see #1445
This commit is contained in:
parent
f1fb36bcb8
commit
7f1d707d23
1 changed files with 5 additions and 4 deletions
|
@ -80,10 +80,11 @@ QIcon ownCloudTheme::applicationIcon( ) const
|
||||||
QVariant ownCloudTheme::customMedia(Theme::CustomMediaType type)
|
QVariant ownCloudTheme::customMedia(Theme::CustomMediaType type)
|
||||||
{
|
{
|
||||||
if (type == Theme::oCSetupTop) {
|
if (type == Theme::oCSetupTop) {
|
||||||
return QCoreApplication::translate("ownCloudTheme",
|
// return QCoreApplication::translate("ownCloudTheme",
|
||||||
"If you don't have an ownCloud server yet, "
|
// "If you don't have an ownCloud server yet, "
|
||||||
"see <a href=\"https://owncloud.com\">owncloud.com</a> for more info.",
|
// "see <a href=\"https://owncloud.com\">owncloud.com</a> for more info.",
|
||||||
"Top text in setup wizard. Keep short!");
|
// "Top text in setup wizard. Keep short!");
|
||||||
|
return QVariant();
|
||||||
} else {
|
} else {
|
||||||
return QVariant();
|
return QVariant();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue