Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NicoAleman/vesc_pkg-float
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bc7c4638012c4831383ab29a87e613f67b3e8b1b
Choose a base ref
..
head repository: NicoAleman/vesc_pkg-float
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c8529fc0006890b0b4f900659c5fbc8a5022b633
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 float/ui.qml
1 change: 0 additions & 1 deletion float/ui.qml
Original file line number Diff line number Diff line change
@@ -752,7 +752,6 @@ Item {
text: tune._name
width: parent.width
onClicked: {
// applyDownloadedTune(tune)
downloadedTunePopup.tune = tune
downloadedTunePopup.open()
}