context menu pc fix

This commit is contained in:
nullpeer
2025-11-30 15:14:27 +03:00
parent 7e538be369
commit 7803a36bd9
3 changed files with 52 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:gwid/consts.dart';
import 'package:gwid/models/profile.dart';
import 'package:gwid/api/api_service.dart';
import 'package:gwid/screens/manage_account_screen.dart';
@@ -470,7 +471,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
child: Padding(
padding: const EdgeInsets.symmetric(vertical: 24.0),
child: Text(
'v0.3.0-beta.1',
version,
textAlign: TextAlign.center,
style: TextStyle(
color: Theme.of(