summaryrefslogtreecommitdiff
path: root/_widgets.scss
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-08-06 02:43:29 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-08-10 16:28:30 +0200
commitc3ad9ba53c7ea568afb2cae7e430fa7f83592eb9 (patch)
treea0c61508cb15cf9612f79e9b5ef70f9259fc73e8 /_widgets.scss
parent5d0b82220c9bde6b4af0b0b8e4b0c9b951c6e27c (diff)
downloadgnome-shell-sass-c3ad9ba53c7ea568afb2cae7e430fa7f83592eb9.tar.gz
status/network: Replace wi-fi selection dialog
Now that wi-fi devices will be handled by a separate menu toggle instead of as part of a combined system menu, there is no longer a need of delegating network selection to a separate dialog. To keep the menu from growing too much, the (sorted) list of displayed networks is kept at a limit of eight. There is always Settings for a complete list… Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2407>
Diffstat (limited to '_widgets.scss')
-rw-r--r--_widgets.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/_widgets.scss b/_widgets.scss
index 875baf5..a09e0b5 100644
--- a/_widgets.scss
+++ b/_widgets.scss
@@ -24,7 +24,6 @@
@import 'widgets/hotplug';
// Dialogs
@import 'widgets/dialogs';
-@import 'widgets/network-dialog';
// OSDs
@import 'widgets/osd';
@import 'widgets/switcher-popup';