mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Keyword search: remove unnecessary dialog
This commit is contained in:
parent
a6646b067e
commit
97119a18d0
@ -261,8 +261,8 @@ class KeywordSearchListsManagementPanel extends javax.swing.JPanel {
|
||||
return;
|
||||
}
|
||||
|
||||
if (writer.writeLists(toImportConfirmed)) {
|
||||
KeywordSearchUtil.displayDialog(FEATURE_NAME, "Keyword list imported", KeywordSearchUtil.DIALOG_MESSAGE_TYPE.INFO);
|
||||
if (!writer.writeLists(toImportConfirmed)) {
|
||||
KeywordSearchUtil.displayDialog(FEATURE_NAME, "Keyword list not imported", KeywordSearchUtil.DIALOG_MESSAGE_TYPE.INFO);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user