Fix sidebar menu links

This commit is contained in:
Geomitron
2023-12-25 09:16:30 -06:00
parent 99cfb306be
commit 5644ea2447
3 changed files with 5 additions and 4 deletions

View File

@@ -226,9 +226,6 @@ export class ChartSidebarComponent implements OnInit {
this.difficultyDropdown.setValue(this.defaultDifficulty)
}
/**
* Opens the proxy link or source folder in the default browser.
*/
onSourceLinkClicked() {
window.electron.emit.openUrl(driveLink(this.selectedChart!.applicationDriveId))
}