mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Fix sidebar menu links
This commit is contained in:
@@ -63,6 +63,10 @@ export class ChartSidebarMenutComponent implements OnInit {
|
||||
return breadcrumbs
|
||||
}
|
||||
|
||||
openUrl(url: string) {
|
||||
window.electron.emit.openUrl(url)
|
||||
}
|
||||
|
||||
joinPaths(...args: string[]) {
|
||||
return args.join('/')
|
||||
.replace(/\/+/g, '/')
|
||||
|
||||
Reference in New Issue
Block a user