Skip to content

Commit

Permalink
fix context menus
Browse files Browse the repository at this point in the history
  • Loading branch information
rauenzi committed Aug 7, 2018
1 parent b612aa7 commit a0fad47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/ZLibrary.js
Expand Up @@ -364,7 +364,7 @@ __webpack_require__.r(__webpack_exports__);
*/
/* harmony default export */ __webpack_exports__["default"] = (_utilities__WEBPACK_IMPORTED_MODULE_0__["default"].memoizeObject({
get ContextMenu() {return _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("itemToggle");},
get Scrollers() {return _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("scrollerWrap");},
get Scrollers() {return _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("scrollerWrap", "scrollerThemed", "scrollerTrack");},
get AccountDetails() {return Object.assign({}, _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("nameTag"), _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("accountDetails"));},
get Typing() {return _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("typing", "text");},
get UserPopout() {return _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("userPopout");},
Expand Down
2 changes: 1 addition & 1 deletion src/modules/discordclassmodules.js
Expand Up @@ -14,7 +14,7 @@ import WebpackModules from "./webpackmodules";
*/
export default Utilities.memoizeObject({
get ContextMenu() {return WebpackModules.getByProps("itemToggle");},
get Scrollers() {return WebpackModules.getByProps("scrollerWrap");},
get Scrollers() {return WebpackModules.getByProps("scrollerWrap", "scrollerThemed", "scrollerTrack");},
get AccountDetails() {return Object.assign({}, WebpackModules.getByProps("nameTag"), WebpackModules.getByProps("accountDetails"));},
get Typing() {return WebpackModules.getByProps("typing", "text");},
get UserPopout() {return WebpackModules.getByProps("userPopout");},
Expand Down

0 comments on commit a0fad47

Please sign in to comment.