mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-181311 Rethink "Compress and Show Logs in ..." dialog
This commit is contained in:
@@ -53,8 +53,8 @@ public class CollectZippedLogsAction extends AnAction implements DumbAware {
|
||||
final File zippedLogsFile = createZip(project);
|
||||
if (!doNotShowDialog) {
|
||||
Messages.showIdeaMessageDialog(
|
||||
project, "Included log and settings may contain sensitive data.", "Sensitive Data",
|
||||
new String[]{Messages.OK_BUTTON}, 1, Messages.getInformationIcon(),
|
||||
project, "Included logs and settings may contain sensitive data.", "Sensitive Data",
|
||||
new String[]{"Show in " + ShowFilePathAction.getFileManagerName()}, 1, Messages.getWarningIcon(),
|
||||
new DialogWrapper.DoNotAskOption.Adapter() {
|
||||
@Override
|
||||
public void rememberChoice(final boolean selected, final int exitCode) {
|
||||
|
||||
Reference in New Issue
Block a user