mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 22:07:55 -06:00
feat: Implemented new view type, fix connectivity issues, fix offline issues, fix loading animations, fix documents page paging
This commit is contained in:
@@ -9,6 +9,10 @@ class PaperlessServerInformationModel {
|
||||
final String? username;
|
||||
final String? host;
|
||||
|
||||
String? get userInitials {
|
||||
return username?.substring(0, 1).toUpperCase();
|
||||
}
|
||||
|
||||
PaperlessServerInformationModel({
|
||||
this.host,
|
||||
this.username,
|
||||
|
||||
Reference in New Issue
Block a user