mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 17:51:39 -05:00
Disable tracks panel on the map
This commit is contained in:
parent
7c8a7e7f38
commit
27857ba078
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ export default class extends BaseController {
|
|||
this.setupTracksSubscription();
|
||||
|
||||
// Handle routes/tracks mode selection
|
||||
this.addRoutesTracksSelector();
|
||||
// this.addRoutesTracksSelector(); # Temporarily disabled
|
||||
this.switchRouteMode('routes', true);
|
||||
|
||||
// Initialize layers based on settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue