add mascot
This commit is contained in:
@@ -34,6 +34,9 @@ repository = "owner/repo"
|
||||
show_all = true
|
||||
limit = 75
|
||||
endpoint = "https://github.example.com/api/graphql"
|
||||
mascot = true
|
||||
mascot_expressive = true
|
||||
mascot_animated = true
|
||||
|
||||
[display]
|
||||
fold_resolved = false
|
||||
@@ -74,6 +77,7 @@ up = ["ctrl+k"]
|
||||
}
|
||||
if got.Theme != "light" || got.RefreshInterval.Duration != 25*time.Second ||
|
||||
got.Repository != "owner/repo" || !got.ShowAll || got.Limit != 75 ||
|
||||
!got.Mascot || !got.MascotExpressive || !got.MascotAnimated ||
|
||||
got.Display.FoldResolved || got.Display.ThreadListWidthPercent != 45 ||
|
||||
got.Display.DashboardMode != "hotkey" ||
|
||||
got.Display.CompactReviews || got.Display.ViewerLabel != "you" ||
|
||||
|
||||
Reference in New Issue
Block a user