Skip to content

Commit

Permalink
downgrade syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
devendrn authored and ChristopherHX committed Apr 16, 2024
1 parent d072b9e commit 12c9aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/EditProfileWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Window {
property var extraVersionName: null
property var hideLatest: googleLoginHelper.hideLatest
property var data: []
property var update: () => {
property var update: function() {
data = []
versionsmodel.clear()
var abis = googleLoginHelper.getAbis(launcherSettings.showUnsupported)
Expand Down

0 comments on commit 12c9aee

Please sign in to comment.