mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
Pull request: 4854 return to detailed view on screen resize
Updates #4854 Squashed commit of the following: commit b580b5e26d83db3291dee5714d9580a1e07253b5 Author: Ildar Kamalov <ik@adguard.com> Date: Fri Sep 16 15:33:04 2022 +0300 client: return to detailed view on screen resize
This commit is contained in:
parent
572fed9f35
commit
3a88ef3be2
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ const Logs = () => {
|
|||
setIsSmallScreen(e.matches);
|
||||
if (e.matches) {
|
||||
dispatch(toggleDetailedLogs(false));
|
||||
} else {
|
||||
dispatch(toggleDetailedLogs(true));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue