|
|
|
@ -678,20 +678,6 @@ class _HomePageState extends State<HomePage> with tray.TrayListener, WindowListe
|
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
actions: [ |
|
|
|
|
if (appsData != null && activeAppIDSnapshot.hasData) ...[ |
|
|
|
|
IconButton( |
|
|
|
|
icon: const Icon(Icons.settings), |
|
|
|
|
onPressed: () async { |
|
|
|
|
await Navigator.of(context).push( |
|
|
|
|
MaterialPageRoute( |
|
|
|
|
builder: (final context) => NextcloudAppSpecificSettingsPage( |
|
|
|
|
appImplementation: appsData |
|
|
|
|
.singleWhere((final a) => a.id == activeAppIDSnapshot.data!), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
); |
|
|
|
|
}, |
|
|
|
|
), |
|
|
|
|
IconButton( |
|
|
|
|
icon: IntrinsicWidth( |
|
|
|
|
child: AccountAvatar( |
|
|
|
@ -710,7 +696,6 @@ class _HomePageState extends State<HomePage> with tray.TrayListener, WindowListe
|
|
|
|
|
}, |
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
body: Row( |
|
|
|
|
children: [ |
|
|
|
|