Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
hiding Azure Activity Log on non-Windows environment
Browse files Browse the repository at this point in the history
  • Loading branch information
lenala committed Feb 12, 2015
1 parent 5f2b397 commit be28591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
public class ActivityLogToolWindowFactoryCondition implements Condition<Project> {
@Override
public boolean value(Project project) {
return !AzurePlugin.IS_ANDROID_STUDIO;
return !AzurePlugin.IS_ANDROID_STUDIO && AzurePlugin.IS_WINDOWS;
}
}

0 comments on commit be28591

Please sign in to comment.