mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:20:06 +00:00
add whitspace trimming to api key entry in setup
This commit is contained in:
parent
b13d2106d4
commit
950620de6e
1 changed files with 2 additions and 0 deletions
|
|
@ -209,9 +209,11 @@ void MapProviderPage::Impl::SetupSettingsInterface()
|
|||
mapProvider_.SetEditWidget(mapProviderComboBox_);
|
||||
|
||||
mapboxApiKey_.SetSettingsVariable(generalSettings.mapbox_api_key());
|
||||
mapboxApiKey_.EnableTrimming();
|
||||
mapboxApiKey_.SetEditWidget(mapboxGroup_.apiKeyEdit_);
|
||||
|
||||
mapTilerApiKey_.SetSettingsVariable(generalSettings.maptiler_api_key());
|
||||
mapTilerApiKey_.EnableTrimming();
|
||||
mapTilerApiKey_.SetEditWidget(maptilerGroup_.apiKeyEdit_);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue