mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
Fixed a Small Mistake
This commit is contained in:
parent
2c38745d00
commit
004fa997e8
@ -60,7 +60,7 @@ def ask_for_rating() -> ba.Widget | None:
|
|||||||
if subplatform == 'google':
|
if subplatform == 'google':
|
||||||
url = f'market://details?id=net.froemling.{appname}'
|
url = f'market://details?id=net.froemling.{appname}'
|
||||||
else:
|
else:
|
||||||
url = 'market://details?id=net.froemling.{appname}cb'
|
url = f'market://details?id=net.froemling.{appname}cb'
|
||||||
else:
|
else:
|
||||||
url = 'macappstore://itunes.apple.com/app/id416482767?ls=1&mt=12'
|
url = 'macappstore://itunes.apple.com/app/id416482767?ls=1&mt=12'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user