mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
fix: bugs
This commit is contained in:
@@ -564,7 +564,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
||||
"user": values["user"],
|
||||
"password": values["password"],
|
||||
"change_file_hash":
|
||||
values["change_file_hash"] as bool ? "true" : "false"
|
||||
(values["change_file_hash"]??false) as bool ? "true" : "false"
|
||||
},
|
||||
));
|
||||
} else {
|
||||
|
||||
@@ -271,7 +271,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
|
||||
data: (v) {
|
||||
return SingleChildScrollView(
|
||||
child: DataTable(
|
||||
dataTextStyle: TextStyle(fontSize: 12, height: 0),
|
||||
dataTextStyle: const TextStyle(fontSize: 12, height: 0),
|
||||
columns: const [
|
||||
DataColumn(label: Text("名称")),
|
||||
DataColumn(label: Text("大小")),
|
||||
|
||||
Reference in New Issue
Block a user