add more text
This commit is contained in:
parent
5eed326900
commit
c9c779dc5f
3 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
<div class="mapInfoThumbnail">
|
||||
<div class="thumbnail"></div>
|
||||
<div class="tooltip">Update Thumbnail</div>
|
||||
<span>Thumb</span>
|
||||
</div>
|
||||
<div class="mapInfoDelete">
|
||||
<div class="deleteMap"></div>
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
<div class="mapInfoThumbnail">
|
||||
<div class="thumbnail"></div>
|
||||
<div class="tooltip">Update Thumbnail</div>
|
||||
<span>Thumb</span>
|
||||
</div>
|
||||
<div class="mapInfoDelete">
|
||||
<div class="deleteMap"></div>
|
||||
|
|
|
@ -256,6 +256,7 @@ const Map = {
|
|||
exportImage: function() {
|
||||
Map.uploadMapScreenshot()
|
||||
Map.offerScreenshotDownload()
|
||||
GlobalUI.notifyUser("Note: this button is going away. Check the map card or the import box for setting the map thumbnail or downloading a screenshot.")
|
||||
},
|
||||
offerScreenshotDownload: () => {
|
||||
const canvas = Map.getMapCanvasForScreenshots()
|
||||
|
|
Loading…
Add table
Reference in a new issue