mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
feat(channeltabs): Remove Unused Func
This commit is contained in:
parent
6e9b22bd14
commit
b0dde2d57f
1 changed files with 0 additions and 5 deletions
|
@ -112,10 +112,5 @@ export default definePlugin({
|
||||||
createTab(tab, false, message.id);
|
createTab(tab, false, message.id);
|
||||||
},
|
},
|
||||||
|
|
||||||
onAppDirectoryClose() {
|
|
||||||
this.appDirectoryClosed = true;
|
|
||||||
setTimeout(() => this.appDirectoryClosed = false, 0);
|
|
||||||
},
|
|
||||||
|
|
||||||
util: ChannelTabsUtils,
|
util: ChannelTabsUtils,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue