Skip to content

Commit 3f76d92

Browse files
committed
AtCoder設定を一番上に
1 parent 2243445 commit 3f76d92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/screens/settings_screen.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ class _SettingsScreenState extends State<SettingsScreen> {
241241
// 設定項目のリスト
242242
SliverList(
243243
delegate: SliverChildListDelegate([
244+
// AtCoder 設定セクション(最上部)
245+
_SAtCoderSection(),
246+
const SizedBox(height: 16),
247+
244248
// テーマ設定セクション
245249
_SUpdateThemeUI(),
246250
const SizedBox(height: 16),
@@ -253,10 +257,6 @@ class _SettingsScreenState extends State<SettingsScreen> {
253257
_STemplateSection(),
254258
const SizedBox(height: 16),
255259

256-
// AtCoder 設定セクション
257-
_SAtCoderSection(),
258-
const SizedBox(height: 16),
259-
260260
// 更新設定セクション
261261
_SUpdateSection(),
262262
const SizedBox(height: 16),

0 commit comments

Comments
 (0)