Add add-timeline
event
This commit is contained in:
@@ -89,6 +89,7 @@ export default class PublicTimeline extends Vue {
|
||||
|
||||
public addTL() {
|
||||
let timeline: Timeline = { name: this.instance, statuses: new Map() }
|
||||
ipcRenderer.send("add-timeline", timeline.name, 'no-auth')
|
||||
|
||||
this.showInput = false
|
||||
this.instance = ""
|
||||
|
Reference in New Issue
Block a user