mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fix
This commit is contained in:
parent
e4d240e6f0
commit
ced30868fd
@ -34,9 +34,8 @@ public class CentralRepositoryNotificationDialog {
|
||||
* application is running with a GUI.
|
||||
*/
|
||||
public static boolean shouldDisplay() {
|
||||
return //Version.getBuildType() == Version.Type.RELEASE
|
||||
//&&
|
||||
RuntimeProperties.runningWithGUI();
|
||||
return Version.getBuildType() == Version.Type.RELEASE
|
||||
&& RuntimeProperties.runningWithGUI();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user