mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-21 17:24:18 +00:00
Bug fixes
This commit is contained in:
parent
d43398e6e8
commit
97d113f162
4 changed files with 30 additions and 28 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue