Matthias Nott
2026-03-21 fa34201bc07e5312ff0c6825933cd02ce7900254
lib/screens/settings_screen.dart
....@@ -84,7 +84,7 @@
8484 setState(() => _isWaking = true);
8585
8686 try {
87
- await WolService.wake(mac);
87
+ await WolService.wake(mac, localHost: _localHostController.text.trim());
8888 if (mounted) {
8989 ScaffoldMessenger.of(context).showSnackBar(
9090 const SnackBar(content: Text('Wake-on-LAN packet sent')),