diff --git a/src/qml/ChannelsBar.qml b/src/qml/ChannelsBar.qml index 4efc03a..8807c1f 100644 --- a/src/qml/ChannelsBar.qml +++ b/src/qml/ChannelsBar.qml @@ -20,8 +20,8 @@ Rectangle { boundsBehavior: ListView.StopAtBounds delegate: Text { text: nameRole - color: hmi.guildsModel.channelsModel.selected - === index ? Material.accentColor : Material.foreground + color: hmi.guildsModel.channelsModel.selected === + index ? Material.accentColor : Material.foreground MouseArea { anchors.fill: parent @@ -30,4 +30,4 @@ Rectangle { } } } -} +} \ No newline at end of file diff --git a/src/qml/Login.qml b/src/qml/Login.qml index 5ea089b..7733f4f 100644 --- a/src/qml/Login.qml +++ b/src/qml/Login.qml @@ -85,4 +85,4 @@ Rectangle { text: qsTr("Login") onClicked: auth.requestLogin(txtEmail.text, txtPass.text, txt2FA.text) } -} +} \ No newline at end of file diff --git a/src/qml/UserInfoBar.qml b/src/qml/UserInfoBar.qml index 5fec3a8..aa7d29e 100644 --- a/src/qml/UserInfoBar.qml +++ b/src/qml/UserInfoBar.qml @@ -39,4 +39,4 @@ Rectangle { onClicked: auth.requestLogout() } } -} +} \ No newline at end of file diff --git a/src/qml/main.qml b/src/qml/main.qml index 67c6661..68c6fc6 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -79,4 +79,4 @@ ApplicationWindow { popupMessageError.message = qsTr(errorMessage) } } -} +} \ No newline at end of file