Skip to content

Commit

Permalink
PlatformIndicator Fix v1.5.6 (#402)
Browse files Browse the repository at this point in the history
Closes #398
  • Loading branch information
zrodevkaan authored Apr 12, 2024
1 parent 9b0d166 commit afd18cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PlatformIndicators/modules/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const PresenceStore = Webpack.getStore("PresenceStore");
// Other modules
export const Dispatcher = UserStore._dispatcher;
export const Flux = Webpack.getByKeys("useStateFromStoresObject","Store");
export const ModulesLibrary = Webpack.getByKeys("Tooltip");
export const ModulesLibrary = Webpack.getByKeys("Anchor");
export const Colors = Webpack.getByKeys("ColorDetails");
export const {Messages} = Webpack.getModule(m => m?.Messages?.STATUS_DND);
export const buildClassName = Webpack.getModule((_, __, i) => Webpack.modules[i].toString().includes(`define("classnames"`));
2 changes: 1 addition & 1 deletion PlatformIndicators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "APlatformIndicators",
"version": "1.5.5",
"version": "1.5.6",
"authors": [
{
"name": "Strencher",
Expand Down

0 comments on commit afd18cc

Please sign in to comment.