kopia lustrzana https://github.com/JOSM/MapWithAI
rodzic
286b7ad674
commit
5b68e077d2
|
@ -186,7 +186,7 @@ public final class MapWithAIDataUtils {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
final Notification noUrls = MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty() ? new Notification(tr(
|
final Notification noUrls = MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty() ? new Notification(tr(
|
||||||
"There are no defined URLs. To add sources, go to Preferences -> MapWithAI -> Servers and add the appropriate servers"))
|
"There are no defined URLs. Attempting to add the appropriate servers.\n(Redownload may be required)"))
|
||||||
: new Notification(tr("No URLS are enabled"));
|
: new Notification(tr("No URLS are enabled"));
|
||||||
if (MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty()
|
if (MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty()
|
||||||
&& MapWithAILayerInfo.instance.getDefaultLayers().isEmpty()) {
|
&& MapWithAILayerInfo.instance.getDefaultLayers().isEmpty()) {
|
||||||
|
|
Ładowanie…
Reference in New Issue