mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-14 20:42:21 -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;
|
||||
|
||||
//TODO
|
||||
useCaching = false;
|
||||
isCached = useCaching && cachedGUIItems.containsKey(url);
|
||||
if (!isCached)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue