Quickly change and save network settings. For people that plug into a lot of networks
https://tauri.app/v1/guides/getting-started/prerequisites
npm install
npm run tauri dev
npm run tauri build
npm run dev
- alternating colors shift with contextmenu
- row moving
- table sorting
- routes page
- Hide interface
- More options to add presets
- Network Scan page
- Interface friendly name change
https://crates.io/crates/netscan
https://github.com/nabijaczleweli/rust-embed-resource#example-embedding-a-windows-manifest
https://github.com/tauri-apps/tauri-plugin-log
{
"tauri": {
"bundle": {
"windows": {
"webviewInstallMode": {
"type": "offlineInstaller"
}
}
}
}
}