mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 03:32:23 +01:00
Switched to embedded lawin server if node is not available
Requested by microsoft
This commit is contained in:
@@ -84,8 +84,8 @@ class _HomePageState extends State<HomePage> with WindowListener {
|
||||
|
||||
List<Widget> _createPages(bool data) {
|
||||
return [
|
||||
data ? LauncherPage() : _createDownloadWarning(),
|
||||
ServerPage(),
|
||||
data ? const LauncherPage() : _createDownloadWarning(),
|
||||
const ServerPage(),
|
||||
const InfoPage()
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user