This commit is contained in:
Tristan Michael 2026-03-28 06:28:14 -07:00
parent ec17d6274f
commit 9b0efa8830
2 changed files with 12 additions and 0 deletions

View file

@ -219,6 +219,16 @@ class _SettingsScreenState extends State<SettingsScreen> {
onChanged: (_) => app.toggleDarkMode(), onChanged: (_) => app.toggleDarkMode(),
), ),
), ),
const SizedBox(height: 32),
Center(
child: Text(
'Flutter + flutter_rust_bridge',
style: theme.textTheme.bodySmall?.copyWith(
color: theme.colorScheme.onSurfaceVariant.withAlpha(77),
),
),
),
], ],
), ),
); );

View file

@ -206,4 +206,6 @@
</div> </div>
</button> </button>
</section> </section>
<p class="mt-8 text-center text-xs opacity-30">Tauri v2 + Svelte</p>
</main> </main>