mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
[snap] add removable-media plug
This optionally allows accessing data in /media/ folders, if the user issues: snap connect subsurface:removable-media https://docs.snapcraft.io/removable-media-interface Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
parent
a592b4e143
commit
17b059fcd6
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
- Snap: add `removable-media` plug for access to /media and /mnt paths
|
||||
- Desktop: Add undo functionality for dive computer movement and deletion
|
||||
- Import: Small enhancements on Suunto SDE import
|
||||
- Desktop: Add import dive site menu option and site selection dialog
|
||||
|
|
|
@ -25,6 +25,7 @@ apps:
|
|||
- network
|
||||
- opengl
|
||||
- raw-usb
|
||||
- removable-media
|
||||
- unity7
|
||||
|
||||
parts:
|
||||
|
|
Loading…
Reference in a new issue