mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Change chat style sheet to a more apropiate name
This commit is contained in:
parent
9f26a0aec5
commit
88d170066c
@ -30,7 +30,6 @@
|
||||
<file>TimedPopup.qml</file>
|
||||
<file>ChatCache.qml</file>
|
||||
<file>ChatBubbleDelegate.qml</file>
|
||||
<file>styles/ChatBubblesStyle.qml</file>
|
||||
<file>icons/send-message.svg</file>
|
||||
<file>icons/attach.svg</file>
|
||||
<file>components/BtnIcon.qml</file>
|
||||
@ -38,5 +37,6 @@
|
||||
<file>icons/microphone_mute.svg</file>
|
||||
<file>icons/microphone.svg</file>
|
||||
<file>components/ColorHash.qml</file>
|
||||
<file>styles/ChatStyle.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -1,5 +1,5 @@
|
||||
singleton TokensManager 1.0 TokensManager.qml
|
||||
singleton ClipboardWrapper 1.0 ClipboardWrapper.qml
|
||||
singleton ChatCache ChatCache.qml
|
||||
singleton StyleChat styles/ChatBubblesStyle.qml
|
||||
singleton StyleChat styles/ChatStyle.qml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user