mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
[ios] Added help to menu and switched some menu icons to system symbols
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
a5bd24ccdb
commit
5ae0ef626a
@@ -3,6 +3,7 @@ protocol BottomMenuInteractorProtocol: AnyObject {
|
||||
func addPlace()
|
||||
func downloadMaps()
|
||||
func donate()
|
||||
func openHelp()
|
||||
func openSettings()
|
||||
func shareLocation(cell: BottomMenuItemCell)
|
||||
func toggleTrackRecording()
|
||||
@@ -60,6 +61,11 @@ extension BottomMenuInteractor: BottomMenuInteractorProtocol {
|
||||
delegate?.actionDownloadMaps(.downloaded)
|
||||
}
|
||||
|
||||
func openHelp() {
|
||||
close()
|
||||
mapViewController?.openAbout()
|
||||
}
|
||||
|
||||
func openSettings() {
|
||||
close()
|
||||
mapViewController?.openSettings()
|
||||
|
||||
Reference in New Issue
Block a user