Change initial tab in the file share modal

This commit is contained in:
yflory 2019-11-29 17:02:02 +01:00
parent e35b1712c3
commit d52acfa5d2
1 changed files with 7 additions and 5 deletions

View File

@ -1349,13 +1349,15 @@ define([
// Create modal
var tabs = [{
title: Messages.share_linkCategory,
icon: "fa fa-link",
content: frameLink
}, {
title: Messages.share_contactCategory,
icon: "fa fa-address-book",
content: frameContacts
content: frameContacts,
active: hasFriends,
}, {
title: Messages.share_linkCategory,
icon: "fa fa-link",
content: frameLink,
active: !hasFriends
}, {
title: Messages.share_embedCategory,
icon: "fa fa-code",