mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-23 10:34:25 +01:00
fix: Typo
This commit is contained in:
parent
56e5c81d1c
commit
6250fd02aa
@ -29,7 +29,7 @@ abstract class PlatformInfos {
|
|||||||
static bool get usesTouchscreen => !isMobile;
|
static bool get usesTouchscreen => !isMobile;
|
||||||
|
|
||||||
static String get clientName =>
|
static String get clientName =>
|
||||||
'${AppConfig.applicationName} ${isWeb ? 'Web' : Platform.operatingSystem}';
|
'${AppConfig.applicationName} ${isWeb ? 'web' : Platform.operatingSystem}';
|
||||||
|
|
||||||
static Future<String> getVersion() async {
|
static Future<String> getVersion() async {
|
||||||
var version = kIsWeb ? 'Web' : 'Unknown';
|
var version = kIsWeb ? 'Web' : 'Unknown';
|
||||||
|
Loading…
Reference in New Issue
Block a user