OTA Update attempt
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/foundation.dart' show kIsWeb;
|
||||
import '../theme/m3_motion.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:go_router/go_router.dart';
|
||||
@@ -439,6 +440,14 @@ List<NavSection> _buildSections(String role) {
|
||||
icon: Icons.lock_open,
|
||||
selectedIcon: Icons.lock,
|
||||
),
|
||||
if (kIsWeb) ...[
|
||||
NavItem(
|
||||
label: 'App Update',
|
||||
route: '/settings/app-update',
|
||||
icon: Icons.system_update_alt,
|
||||
selectedIcon: Icons.system_update,
|
||||
),
|
||||
],
|
||||
NavItem(
|
||||
label: 'Logout',
|
||||
route: '',
|
||||
|
||||
Reference in New Issue
Block a user