mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-24 01:58:36 +00:00
@@ -11,7 +11,9 @@ abstract final class Accounts {
|
||||
AccountType.values.length,
|
||||
AnonymousAccount(),
|
||||
);
|
||||
static bool get mainEqVideo => main == video;
|
||||
static Account get main => accountMode[AccountType.main.index];
|
||||
static Account get video => accountMode[AccountType.video.index];
|
||||
static Account get heartbeat => accountMode[AccountType.heartbeat.index];
|
||||
static Account get history {
|
||||
final heartbeat = Accounts.heartbeat;
|
||||
|
||||
Reference in New Issue
Block a user