add auto hide read only option

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-25 02:40:59 -06:00
parent 0d50395628
commit 831b9c1885
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,8 @@ func globalDisplayOptions(box *gui.Node) {
})
*/
me.autoHideReadOnly = group1.NewCheckbox("Hide read-only repos").SetChecked(true)
me.autoHidePerfect = group1.NewCheckbox("Hide Perfectly clean repos").SetChecked(false)
me.autoHidePerfect.Custom = func() {
if me.autoHidePerfect.Checked() {

View File

@ -23,6 +23,7 @@ type autoType struct {
// #### autotypist Global Display Options
autoHidePerfect *gui.Node
autoHideReadOnly *gui.Node
// #### autotypist Global Build Options
// what to change all the branches to