Commit 33d648c8 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Main/MainWindow): remove tooltip on timeline

parent 3c667028
......@@ -727,11 +727,6 @@ Server url not configured.</translation>
calls, start a chat or add a new contact. Just enter
your friend&apos;s SIP address or username.</translation>
</message>
<message>
<source>timelineTooltip</source>
<translation>Click on one of your last exchange
to chat or see the conversation history.</translation>
</message>
</context>
<context>
<name>MainWindowMenuBar</name>
......
......@@ -726,11 +726,6 @@ Url du serveur non configurée.</translation>
<translation>Utiliser la barre de recherche intelligente pour lancer des appels audio et vidéo,
un chat ou ajouter un contact.</translation>
</message>
<message>
<source>timelineTooltip</source>
<translation>Cliquer sur une entrée pour voir vos derniers échanges,
chatter ou voir l&apos;historique de conversation.</translation>
</message>
</context>
<context>
<name>MainWindowMenuBar</name>
......
......@@ -234,10 +234,6 @@ ApplicationWindow {
model: TimelineModel
onEntrySelected: setView('Conversation', { sipAddress: entry })
TooltipArea {
text: qsTr('timelineTooltip')
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment