Update path reference.

This commit is contained in:
Kasen IO 2020-07-01 18:19:13 -04:00
parent c99a62b719
commit f74f0e8a53

View file

@ -85,7 +85,7 @@ function init() {
setupHistoryWindow(false);
chatBar = new OverlayWindow({
source: Paths.defaultScripts + '/communityScripts/chat/FloofChat.qml?' + Date.now(),
source: ROOT + "FloofChat.qml?" + Date.now(),
width: 360,
height: 180
});