mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Logic improvements
This commit is contained in:
parent
2970f308d2
commit
e14c6ae594
@ -671,7 +671,9 @@ public class CaseImportPanel extends javax.swing.JPanel implements ImportDoneCal
|
|||||||
* Enables the start button if all input is in order, disables it otherwise
|
* Enables the start button if all input is in order, disables it otherwise
|
||||||
*/
|
*/
|
||||||
private void enableStartButton() {
|
private void enableStartButton() {
|
||||||
if (UserPreferences.getIsMultiUserModeEnabled() && (AutoIngestUserPreferences.getMode() == AUTOMATED)
|
if (UserPreferences.getIsMultiUserModeEnabled()
|
||||||
|
&& AutoIngestUserPreferences.getJoinAutoModeCluster()
|
||||||
|
&& (AutoIngestUserPreferences.getMode() == AUTOMATED)
|
||||||
&& !tbCaseSource.getText().isEmpty()
|
&& !tbCaseSource.getText().isEmpty()
|
||||||
&& !tbCaseDestination.getText().isEmpty()
|
&& !tbCaseDestination.getText().isEmpty()
|
||||||
&& canTalkToDb == true
|
&& canTalkToDb == true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user