Add first-class Actions management (#63)
This commit is contained in:
@@ -10,7 +10,7 @@ final class ServerActivityViewController: RefreshingTableViewController {
|
||||
init(context: AppContext) {
|
||||
self.context = context
|
||||
super.init()
|
||||
title = "Server Activity"
|
||||
setPanelTitle(self, "Server Activity", server: context.core.activeServerName())
|
||||
}
|
||||
|
||||
@available(*, unavailable)
|
||||
|
||||
Reference in New Issue
Block a user