add multi-server functionality pt. 2 - delete server
This commit is contained in:
@@ -48,6 +48,7 @@ func NewAddToPlaylistDialog(title string, existingPlaylistNames []string) *AddTo
|
||||
a.newPlaylistLabel.Hidden = true
|
||||
|
||||
a.okBtn = widget.NewButton("OK", a.onOK)
|
||||
a.okBtn.Importance = widget.HighImportance
|
||||
a.okBtn.Disable()
|
||||
cancelBtn := widget.NewButton("Cancel", a.onCancel)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user