mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 16:51:28 +03:00
This commit is contained in:
@@ -39,7 +39,7 @@ class _OnlineStatusWidgetState extends State<OnlineStatusWidget> {
|
|||||||
double? get height => bind.isIncomingOnly() ? null : em * 3;
|
double? get height => bind.isIncomingOnly() ? null : em * 3;
|
||||||
|
|
||||||
void onUsePublicServerGuide() {
|
void onUsePublicServerGuide() {
|
||||||
const url = "https://rustdesk.com/pricing.html";
|
const url = "https://rustdesk.com/pricing";
|
||||||
canLaunchUrlString(url).then((can) {
|
canLaunchUrlString(url).then((can) {
|
||||||
if (can) {
|
if (can) {
|
||||||
launchUrlString(url);
|
launchUrlString(url);
|
||||||
|
|||||||
Reference in New Issue
Block a user