feat: improve Jira URL UX and settings editing
This commit is contained in:
@@ -73,4 +73,5 @@ type Settings struct {
|
||||
WindowFullHeight bool `json:"windowFullHeight" gorm:"default:true"` // use full screen height
|
||||
WindowX int `json:"windowX" gorm:"default:-1"` // -1 = not set (center)
|
||||
WindowY int `json:"windowY" gorm:"default:-1"` // -1 = not set (center)
|
||||
DefaultJiraUrl string `json:"defaultJiraUrl" gorm:"default:''"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user