diff --git a/aqt/deckconf.py b/aqt/deckconf.py
index 86b4d882b..8877b5cbd 100644
--- a/aqt/deckconf.py
+++ b/aqt/deckconf.py
@@ -79,6 +79,13 @@ class DeckConf(QDialog):
conf = self.confList[idx]
self.deck['conf'] = conf['id']
self.loadConf()
+ cnt = 0
+ for d in self.mw.col.decks.all():
+ if d['dyn']:
+ continue
+ if d['conf'] == conf['id']:
+ cnt += 1
+ self.form.count.setText(_("%d decks use this options group") % cnt)
def addGroup(self):
name = getOnlyText(_("New options group name:"))
diff --git a/designer/dconf.ui b/designer/dconf.ui
index ef9b15f5a..caddca7bd 100644
--- a/designer/dconf.ui
+++ b/designer/dconf.ui
@@ -55,6 +55,16 @@
+ -
+
+
+ TextLabel
+
+
+ Qt::AlignCenter
+
+
+
-