mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
linux check (#1331)
This commit is contained in:
@@ -27,7 +27,7 @@ import 'package:get/get.dart';
|
||||
|
||||
abstract class LoginUtils {
|
||||
static FutureOr setWebCookie([Account? account]) {
|
||||
if (Platform.isWindows) {
|
||||
if (Platform.isWindows || Platform.isLinux) {
|
||||
return null;
|
||||
}
|
||||
final cookies = (account ?? Accounts.main).cookieJar.toList();
|
||||
|
||||
Reference in New Issue
Block a user