1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 03:11:00 +00:00
serenity/Userland/Applications/NetworkSettings
Edwin Rijkee fedd087546 NetworkSettings: Don't assert when there are no network adapters
NetworkSettings normally filters out `loop` when populating its list of
adapters. However, when checking if there aren't any adapters it did
not take this into account. This causes it to crash later when trying
to set the selected index of an empty combo box.

This moves the check for no adapters to after filtering the list, so
that shows the error message and exits.
2023-07-27 12:10:56 -04:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Userland+Base: Don't run NetworkSettings in elevated mode 2023-05-13 17:59:37 -06:00
NetworkSettings.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
NetworkSettingsWidget.cpp NetworkSettings: Don't assert when there are no network adapters 2023-07-27 12:10:56 -04:00
NetworkSettingsWidget.h NetworkSettings: Convert NetworkSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00