mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 10:08:02 -06:00
fix: Fixed saved views bug, formatted files, minor changes
This commit is contained in:
@@ -26,7 +26,9 @@ class SettingsPage extends StatelessWidget {
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
subtitle: FutureBuilder<PaperlessServerInformationModel>(
|
||||
future: context.read<PaperlessServerStatsApi>().getServerInformation(),
|
||||
future: context
|
||||
.read<PaperlessServerStatsApi>()
|
||||
.getServerInformation(),
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.hasError) {
|
||||
return Text(
|
||||
|
||||
Reference in New Issue
Block a user