mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-15 04:52:15 -04:00
override useCaching (need a bit more effort to use caching)
This commit is contained in:
parent
656a517057
commit
bf08388ac9
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ public class GuiceFXMLLoader
|
||||||
{
|
{
|
||||||
this.url = url;
|
this.url = url;
|
||||||
|
|
||||||
|
//TODO
|
||||||
|
useCaching = false;
|
||||||
isCached = useCaching && cachedGUIItems.containsKey(url);
|
isCached = useCaching && cachedGUIItems.containsKey(url);
|
||||||
if (!isCached)
|
if (!isCached)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue