Skip to content

Commit

Permalink
Merge pull request #387 from danemadsen/main
Browse files Browse the repository at this point in the history
fix settings page
  • Loading branch information
danemadsen committed Mar 1, 2024
2 parents 7f1b9fd + 2af814c commit 1e45a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ui/mobile/pages/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class SettingsPage extends StatefulWidget {
}

class _SettingsPageState extends State<SettingsPage> {
static int ram = SysInfo.getTotalPhysicalMemory() ~/ (1024 * 1024 * 1024);

@override
Widget build(BuildContext context) {
return Scaffold(
Expand Down

0 comments on commit 1e45a8f

Please sign in to comment.