dunno
This commit is contained in:
parent
ec17d6274f
commit
9b0efa8830
|
|
@ -219,6 +219,16 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||
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),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -206,4 +206,6 @@
|
|||
</div>
|
||||
</button>
|
||||
</section>
|
||||
|
||||
<p class="mt-8 text-center text-xs opacity-30">Tauri v2 + Svelte</p>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue