diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js index 42651397..fa533a5d 100644 --- a/plugins/draw-tools.user.js +++ b/plugins/draw-tools.user.js @@ -311,13 +311,13 @@ window.plugin.drawTools.manualOpt = function() { //TODO: add line style choosers: thickness, maybe dash styles? + '' + '
' - + 'Copy Drawn Items' - + 'Paste Drawn Items' + + 'Copy Drawn Items' + + 'Paste Drawn Items' + (window.requestFile != undefined - ? 'Import Drawn Items' : '') + ? 'Import Drawn Items' : '') + ((typeof android !== 'undefined' && android && android.saveFile) - ? 'Export Drawn Items' : '') - + 'Reset Drawn Items' + ? 'Export Drawn Items' : '') + + 'Reset Drawn Items' + '
'; dialog({