show img menu

opt img placeholder

opt player gesture

opt pref

tweaks

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-09 12:18:32 +08:00
parent 28b69a06fa
commit d10c737a38
31 changed files with 340 additions and 178 deletions

View File

@@ -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;