forked from organicmaps/organicmaps
switch off geolocation with downloader
This commit is contained in:
parent
7698b8ea9e
commit
eb287847ed
1 changed files with 3 additions and 0 deletions
|
@ -242,13 +242,16 @@ void MainWindow::CreateNavigationBar()
|
|||
|
||||
pToolBar->addSeparator();
|
||||
|
||||
#ifndef NO_DOWNLOADER
|
||||
// add my position button with "checked" behavior
|
||||
|
||||
m_pMyPositionAction = pToolBar->addAction(QIcon(":/navig64/location.png"),
|
||||
tr("My Position"),
|
||||
this,
|
||||
SLOT(OnMyPosition()));
|
||||
m_pMyPositionAction->setCheckable(true);
|
||||
m_pMyPositionAction->setToolTip(tr("My Position"));
|
||||
#endif // NO_DOWNLOADER
|
||||
|
||||
// add view actions 1
|
||||
button_t arr[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue