change stickermap url

This commit is contained in:
BalazsManus 2025-02-14 08:21:08 +01:00
parent 8d532a442d
commit 55350b0e5d

View File

@ -1057,7 +1057,7 @@ class SettingsScreenState extends State<SettingsScreen>
), ),
title: Text("stickermap".i18n), title: Text("stickermap".i18n),
onPressed: () => launchUrl( onPressed: () => launchUrl(
Uri.parse("https://stickermap.refilc.hu"), Uri.parse("https://map.qwit.cloud"),
mode: LaunchMode.inAppBrowserView, mode: LaunchMode.inAppBrowserView,
), ),
borderRadius: const BorderRadius.vertical( borderRadius: const BorderRadius.vertical(