Skip to content

Commit

Permalink
Flux missing Store (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrodevkaan authored Mar 24, 2024
1 parent 9d2879d commit 56992b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlatformIndicators/modules/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const PresenceStore = Webpack.getStore("PresenceStore");

// Other modules
export const Dispatcher = UserStore._dispatcher;
export const Flux = Webpack.getByKeys("useStateFromStores");
export const Flux = Webpack.getByKeys("useStateFromStoresObject","Store");
export const ModulesLibrary = Webpack.getByKeys("Tooltip");
export const Colors = Webpack.getByKeys("ColorDetails");
export const {Messages} = Webpack.getModule(m => m?.Messages?.STATUS_DND);
Expand Down

0 comments on commit 56992b7

Please sign in to comment.