mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
New new name
This commit is contained in:
parent
75744e76ba
commit
b47a3fcbc6
@ -1122,7 +1122,7 @@ public class Case {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//Deny ability to add a data source if the special admin access file is present.
|
//Deny ability to add a data source if the special admin access file is present.
|
||||||
File denyAddDataSourcePermissions = new File(PlatformUtil.getUserConfigDirectory(), "_dsp");
|
File denyAddDataSourcePermissions = new File(PlatformUtil.getUserConfigDirectory(), "_ndsp");
|
||||||
if(!denyAddDataSourcePermissions.exists()) {
|
if(!denyAddDataSourcePermissions.exists()) {
|
||||||
CallableSystemAction.get(AddImageAction.class).setEnabled(true);
|
CallableSystemAction.get(AddImageAction.class).setEnabled(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user