Skip to content

Commit

Permalink
undifined
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Apr 14, 2024
1 parent 249dcd4 commit 5e6da05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/fluent/page/hello/setting/save_eval_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class _SaveEvalPageState extends State<SaveEvalPage> {
children: [
ListTile(
title: Text("File Name:"),
subtitle: Text(_fileName ?? "undifined"),
subtitle: Text(_fileName ?? "undefined"),
),
Padding(
padding: const EdgeInsets.all(16.0),
Expand Down
2 changes: 1 addition & 1 deletion lib/page/hello/setting/save_eval_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function eval(illust, index, mime) {
),
ListTile(
title: Text("Example output file name:"),
subtitle: Text(_fileName ?? "undifined"),
subtitle: Text(_fileName ?? "undefined"),
),
Container(
height: 200,
Expand Down

0 comments on commit 5e6da05

Please sign in to comment.