aboutsummaryrefslogtreecommitdiffstats
path: root/home/quickshell/PopupContext.qml
blob: 6f007c8d88291b2872833d01151fe054baf8a70b (plain) (blame)
1
2
3
4
5
6
import QtQuick

// Tracks which popup of a set is active.
QtObject {
	property var popup: null;
}