diff --git a/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift b/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift index 8df4305..42479c0 100644 --- a/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift +++ b/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift @@ -91,7 +91,7 @@ struct AndroidStudioView : View { var body: some View { Spacer() - if CacheDropIDEChecker.userMacMachine(has: .xcode) { + if CacheDropIDEChecker.userMacMachine(has: .androidStudio) { DisplaySizeView(viewModel: DisplaySizeViewModel(repository: DefaultIDEStorageRepository(), location: AndroidStudioStorageLocation.gradleCaches), viewType: .gradle)