mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update
This commit is contained in:
@@ -3,4 +3,4 @@ import 'package:flutter/foundation.dart';
|
||||
|
||||
bool get isDesktop =>
|
||||
!kIsWeb && (Platform.isWindows || Platform.isLinux || Platform.isMacOS);
|
||||
bool get isWindows => Platform.isWindows;
|
||||
bool get isWindows => !kIsWeb && Platform.isWindows;
|
||||
|
||||
Reference in New Issue
Block a user