mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
Initialize rpcShowReadingWatchingProgress to false
This commit is contained in:
parent
099805b21c
commit
749b35083e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class DiscordRPC {
|
|||
final int startAt = DateTime.timestamp().millisecondsSinceEpoch;
|
||||
|
||||
/// Temp var
|
||||
late bool rpcShowReadingWatchingProgress;
|
||||
bool rpcShowReadingWatchingProgress = false;
|
||||
|
||||
/// Instance of the current RPC activity
|
||||
final RpcActivity activity = RpcActivity(
|
||||
|
|
|
|||
Loading…
Reference in a new issue