mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into solr65
This commit is contained in:
commit
f01fc8c24f
@ -190,6 +190,11 @@ public class Installer extends ModuleInstall {
|
||||
public Installer() {
|
||||
logger.log(Level.INFO, "core installer created"); //NON-NLS
|
||||
javaFxInit = false;
|
||||
|
||||
// Prevent the Autopsy UI from shrinking on high DPI displays
|
||||
System.setProperty("sun.java2d.dpiaware", "false");
|
||||
System.setProperty("prism.allowhidpi", "false");
|
||||
|
||||
packageInstallers = new ArrayList<>();
|
||||
packageInstallers.add(org.sleuthkit.autopsy.coreutils.Installer.getDefault());
|
||||
packageInstallers.add(org.sleuthkit.autopsy.corecomponents.Installer.getDefault());
|
||||
|
Loading…
x
Reference in New Issue
Block a user