BornToBeRoot

Results 147 comments of BornToBeRoot

Hi, I think the features make sense. However, I don't have much time at the moment. Pull requests are welcome. The speedtest may be something for the dashboard as "widget",...

Hi, it is currently not supported. However, there is already a feature request for this. https://github.com/BornToBeRoot/NETworkManager/issues/149 But I don't necessarily want to implement WMI... Ideas are welcome....

Hello, i am not sure if i understood it correctly. You want to move/copy a profile/host (`server-01`) from a profile file (`company-A`) to another profile file (`company-B`)? This is (currently)...

I will try to add them in the next version. But that will take some time as I'm busy at the moment

With the update from 7.4.6 to 7.5.0 of the SDK i get the same error: `"The type or namespace name 'Management' does not exist in the namespace 'System'. (Possibly missing...

- (enable via checkbox) Dropdown to select interface (save unique id in profile) - Select interface if it exists by selecting the profile / apply (show error on apply if...

Hi @xavidpr4, looks like WebView2 can save paswords & formular data similar to Edge. I will implement it in the next version. [CoreWebView2Settings.IsPasswordAutosaveEnabled](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2settings.ispasswordautosaveenabled?view=webview2-dotnet-1.0.3124.44) to clear the data [CoreWebView2Profile.ClearBrowsingDataAsync](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2profile.clearbrowsingdataasync?view=webview2-dotnet-1.0.3065.39) ![Image](https://github.com/user-attachments/assets/5c6ae2ae-32b1-4613-95ef-34f59475e474) ---...

@xavidpr4 - In the next version you can save credentials in the web console similar to Microsoft Edge. I will release a new version later / tomorrow.