mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 15:25:47 +08:00
show img menu
opt img placeholder opt player gesture opt pref tweaks Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -170,7 +170,7 @@ class ItemModulesModel {
|
||||
ModuleBlocked? moduleBlocked;
|
||||
ModuleFold? moduleFold;
|
||||
|
||||
static bool showArgueMsg = Pref.showArgueMsg;
|
||||
static bool showDynDispute = Pref.showDynDispute;
|
||||
static bool showDynInteraction = Pref.showDynInteraction;
|
||||
|
||||
ItemModulesModel.fromJson(Map<String, dynamic> json) {
|
||||
@@ -194,7 +194,7 @@ class ItemModulesModel {
|
||||
? ModuleInteraction.fromJson(json['module_interaction'])
|
||||
: null;
|
||||
}
|
||||
if (showArgueMsg) {
|
||||
if (showDynDispute) {
|
||||
moduleDispute = json['module_dispute'] != null
|
||||
? ModuleDispute.fromJson(json['module_dispute'])
|
||||
: null;
|
||||
|
||||
Reference in New Issue
Block a user