mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
add getter for report branding root dir
This commit is contained in:
parent
6e078904a5
commit
5f7c3dba2c
@ -72,6 +72,12 @@ public final class ReportBranding implements ReportBrandingProviderI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getReportsBrandingDir() {
|
||||||
|
return reportsBrandingDir;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getGeneratorLogoPath() {
|
public String getGeneratorLogoPath() {
|
||||||
String curPath = null;
|
String curPath = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user