From 5958e278843c17237c2c46e364d0a88202ea76c3 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Fri, 8 Mar 2024 15:24:26 +0330
Subject: [PATCH] Update setting.html
---
web/html/xui/component/setting.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/html/xui/component/setting.html b/web/html/xui/component/setting.html
index 82c0ae75..8adc000c 100644
--- a/web/html/xui/component/setting.html
+++ b/web/html/xui/component/setting.html
@@ -16,7 +16,7 @@
- $emit('input', value)" :min="min" style="width: 100%;">
+ $emit('input', value)" :min="min" :max="max" style="width: 100%;">
$emit('input', value)">
@@ -29,7 +29,7 @@
{{define "component/setting"}}