Skip to content

Commit

Permalink
Run js-beautify
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni committed Dec 5, 2023
1 parent 55681a8 commit a239cb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/qml/ChannelsBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,4 +30,4 @@ Rectangle {
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/qml/Login.qml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Rectangle {
text: qsTr("Login")
onClicked: auth.requestLogin(txtEmail.text, txtPass.text, txt2FA.text)
}
}
}
2 changes: 1 addition & 1 deletion src/qml/UserInfoBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Rectangle {
onClicked: auth.requestLogout()
}
}
}
}
2 changes: 1 addition & 1 deletion src/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ ApplicationWindow {
popupMessageError.message = qsTr(errorMessage)
}
}
}
}

0 comments on commit a239cb3

Please sign in to comment.