Skip to content

Commit

Permalink
Update information
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcain committed Feb 21, 2022
1 parent d8aea10 commit f0bb099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lib/components/settings/pages/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,22 @@ class SettingsPageAbout extends StatelessWidget {
ListTile(
title: Text(
LSX.settings
.pagesAboutSoftwareUpdateTileTitle("22XXXX"),
.pagesAboutSoftwareUpdateTileTitle("220222"),
),
subtitle: Text(
LSX.settings.pagesAboutSoftwareUpdateTileSubtitle(
"Today at 12:45 AM",
"2/22/2022",
),
),
leading: const Icon(Icons.update),
trailing: ElevatedButton(
child: Padding(
padding: ThemeConstants.buttonPadding,
child: Text(
LSX.settings.pagesAboutSoftwareUpdateTileButton,
"Updates Disabled",
),
),
onPressed: () {},
onPressed: null,
),
),
],
Expand Down
4 changes: 2 additions & 2 deletions lib/utils/data/globals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ String get architecture {
return "x86_64 / ARM64 based Windows operating system";
}
} else {
return "Unkown architecture";
return "x86_64";
}
}

Expand All @@ -67,7 +67,7 @@ String get username {
}
}

String pangolinCommit = "8c5eea993a89446b3bb0b9e313cdea1d06bf8477";
String pangolinCommit = "220222-dahliaOS_linux";
String fullPangolinVersion = pangolinCommit;

double horizontalPadding(BuildContext context, double size) =>
Expand Down

0 comments on commit f0bb099

Please sign in to comment.