Skip to content

switchMonitor: Fix switching configuration

Florian Müllner requested to merge fmuellner/gnome-shell:switch-mode into main

Since commit 37271ffe, we pass an explicit switchType instead of the selected item's index to select a configuration. Alas, the item use switchMode as property name, so we always end up passing undefined.

Fixes #5217 (closed)

Merge request reports