Tooltip and placeholder text for queue field
This commit is contained in:
BIN
Binary file not shown.
@@ -38,6 +38,9 @@ class ViewController: NSViewController {
|
||||
self.lblVersion.stringValue = version
|
||||
}
|
||||
|
||||
self.txtQueue.placeholderString = "Kommaseparierte Liste deiner OTRS-Queues."
|
||||
self.txtQueue.toolTip = self.txtQueue.placeholderString
|
||||
|
||||
ticketTableView.delegate = self
|
||||
ticketTableView.dataSource = self
|
||||
|
||||
|
||||
Reference in New Issue
Block a user