update various messages to Latte Dock

pull/1/head
Michail Vourlakos 8 years ago
parent 2a9ee6d2d9
commit c59880710f

@ -320,7 +320,7 @@ Item {
// anchors.verticalCenterOffset: (mainColumn.height / 4)
width: 0.85 * mainItem.width
text: i18n("For the disabled settings you should use the Now Dock Panel Configuration Window")
text: i18n("For the disabled settings you should use the Latte Dock Configuration Window")
visible: mainItem.isInNowDockPanel
horizontalAlignment: Text.AlignHCenter

@ -166,7 +166,7 @@ Item {
// anchors.verticalCenterOffset: (mainColumn.height / 4)
width: 0.85 * mainItem.width
text: i18n("For the disabled settings you should use the Now Dock Panel Configuration Window")
text: i18n("For the disabled settings you should use the Latte Dock Configuration Window")
visible: mainItem.isInNowDockPanel
horizontalAlignment: Text.AlignHCenter

@ -753,10 +753,10 @@ Item {
onCountChanged: {
if(activityInfo.currentActivity != "00000000-0000-0000-0000-000000000000"){
console.log("----------- Now Dock Signal: Activities number was changed ---------");
console.log("----------- Latte Plasmoid Signal: Activities number was changed ---------");
var allActivities = activities();
ActivitiesTools.cleanupRecords(allActivities);
console.log("----------- Now Dock Signal End ---------");
console.log("----------- Latte Plasmoid Signal End ---------");
}
}
}

Loading…
Cancel
Save