diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:30:30 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:30:30 -0500 |
| commit | 17452071c9b72a48498e7578d65b9b52729f914f (patch) | |
| tree | b072d8d364852ab047329cb89add1ad7b78d8208 /src/mainwindow.ui | |
| parent | ecaf75c4531a79b1bdfe65eb60f257ac04422956 (diff) | |
added separators filter
changed notendorsed filter to include anything else than true
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index cd9cbc4b..9648a586 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -159,6 +159,13 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="categoriesSeparators"> + <property name="text"> + <string>Separators</string> + </property> + </widget> + </item> </layout> </widget> </item> |
