mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-19 16:30:22 +00:00
Fix timezone selection
This commit is contained in:
parent
770366eae6
commit
91e3ea44f6
3 changed files with 4 additions and 3 deletions
|
@ -64,7 +64,6 @@ class _BlockingScheduleModalState extends State<BlockingScheduleModal> {
|
|||
@override
|
||||
void initState() {
|
||||
tz.initializeTimeZones();
|
||||
_timezone = tz.local.name;
|
||||
if (widget.schedule != null) {
|
||||
_timezone = widget.schedule!.timezone;
|
||||
_weekdays = widget.schedule!.weekday;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue