mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
revert abstract file node
This commit is contained in:
parent
c80f75e9a9
commit
1d58cdcccb
@ -105,7 +105,7 @@ public abstract class AbstractAbstractFileNode<T extends AbstractFile> extends A
|
|||||||
this.content.getName(), this.content.getId()), ex);
|
this.content.getName(), this.content.getId()), ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (TextTranslationService.getInstance().hasProvider() && UserPreferences.displayTranslatedFileNames()) {
|
if (UserPreferences.displayTranslatedFileNames()) {
|
||||||
backgroundTasksPool.submit(new TranslationTask(
|
backgroundTasksPool.submit(new TranslationTask(
|
||||||
new WeakReference<>(this), weakPcl));
|
new WeakReference<>(this), weakPcl));
|
||||||
}
|
}
|
||||||
@ -331,7 +331,7 @@ public abstract class AbstractAbstractFileNode<T extends AbstractFile> extends A
|
|||||||
* background task that promises to update these values.
|
* background task that promises to update these values.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (TextTranslationService.getInstance().hasProvider() && UserPreferences.displayTranslatedFileNames()) {
|
if (UserPreferences.displayTranslatedFileNames()) {
|
||||||
properties.add(new NodeProperty<>(ORIGINAL_NAME.toString(), ORIGINAL_NAME.toString(), NO_DESCR, ""));
|
properties.add(new NodeProperty<>(ORIGINAL_NAME.toString(), ORIGINAL_NAME.toString(), NO_DESCR, ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user