Bug fixes

This commit is contained in:
Juan Gilsanz Polo 2023-07-09 22:29:41 +02:00
parent d43398e6e8
commit 97d113f162
4 changed files with 30 additions and 28 deletions

View file

@ -334,7 +334,7 @@ class _LogsState extends State<Logs> {
tooltip: AppLocalizations.of(context)!.filters,
)
: const SizedBox(),
IconButton(
if (statusProvider.serverStatus != null) IconButton(
tooltip: AppLocalizations.of(context)!.settings,
onPressed: () => {
if (width > 700 || !(Platform.isAndroid || Platform.isIOS)) {