@@ -82,6 +82,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
|
|||||||
final s = widget.spi.server;
|
final s = widget.spi.server;
|
||||||
if (s == null) {
|
if (s == null) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
|
appBar: const CustomAppBar(),
|
||||||
body: Center(
|
body: Center(
|
||||||
child: Text(l10n.noClient),
|
child: Text(l10n.noClient),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user