diff --git a/PlatformIndicators/modules/shared.js b/PlatformIndicators/modules/shared.js index 4acbc77..967bfe6 100644 --- a/PlatformIndicators/modules/shared.js +++ b/PlatformIndicators/modules/shared.js @@ -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"`)); diff --git a/PlatformIndicators/package.json b/PlatformIndicators/package.json index e9837d4..95b871a 100644 --- a/PlatformIndicators/package.json +++ b/PlatformIndicators/package.json @@ -1,6 +1,6 @@ { "name": "APlatformIndicators", - "version": "1.5.5", + "version": "1.5.6", "authors": [ { "name": "Strencher",