You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onSecondaryTap: () {/*right click menu will come here*/},
child:MouseRegion(
Rename
Delete
This removes the need for the inline delete icon.
Duplicate?
Also:
Remove unnecessary file watchers. They will have been replaced by these new built-in buttons.
One could call that a regression, because right now it does work based on the actual file system, but it's incredibly wonky and I don't like it.
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.
BlueMapGUI/lib/map_tile.dart
Lines 30 to 32 in 9f3926b
Also:
One could call that a regression, because right now it does work based on the actual file system, but it's incredibly wonky and I don't like it.
BlueMapGUI/lib/config_tree.dart
Lines 54 to 95 in 9f3926b
(Probably requires maps list to become a provider.)
The text was updated successfully, but these errors were encountered: