TechnicJelle / BlueMapGUI

A GUI wrapper around the BlueMap CLI, mainly to make using BlueMap easier to use on single player worlds.
3 stars 0 forks source link

Right click menu for maps #15

Open TechnicJelle opened 2 months ago

TechnicJelle commented 2 months ago

https://github.com/TechnicJelle/BlueMapGUI/blob/9f3926b8fc3735021ce290d977d5775b4cec0cfd/lib/map_tile.dart#L30-L32

Also:

(Probably requires maps list to become a provider.)

TechnicJelle commented 3 days ago

I tried adding an actual Right Click functionality, but that proved to be more challenging than I thought. For the time being, a simple kebab menu on the right will suffice.