Skip to content

Commit

Permalink
Update: 拡大率の注意書きを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Sep 9, 2022
1 parent 15d2fd6 commit ed48c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ class _MainWindowPageState extends State<MainWindowPage> {
),
DropdownMenuItem(
value: '3x',
child: Text('3倍の解像度に拡大'),
child: Text('3倍の解像度に拡大 (壊滅的な画像が生成されることがあります)'),
),
DropdownMenuItem(
value: '2x',
child: Text('2倍の解像度に拡大'),
child: Text('2倍の解像度に拡大 (壊滅的な画像が生成されることがあります)'),
),
],
onChanged: (String? value) {
Expand Down

0 comments on commit ed48c8a

Please sign in to comment.