mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add rescan option to overflow dropdown (#1119)
* Make scan options optional * Add scene rescan * Add image rescan * Add gallery rescan * Add changelog
This commit is contained in:
@@ -7,3 +7,8 @@ func Btoi(b bool) int {
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
// IsTrue returns true if the bool pointer is not nil and true.
|
||||
func IsTrue(b *bool) bool {
|
||||
return b != nil && *b
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user