feat(channeltabs): Remove Unused Func

This commit is contained in:
thororen1234 2024-12-09 21:23:29 -05:00
parent 6e9b22bd14
commit b0dde2d57f

View file

@ -112,10 +112,5 @@ export default definePlugin({
createTab(tab, false, message.id);
},
onAppDirectoryClose() {
this.appDirectoryClosed = true;
setTimeout(() => this.appDirectoryClosed = false, 0);
},
util: ChannelTabsUtils,
});