mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-04 20:54:13 -04:00
Ass styles for buy/sell at confirmation popups, add focus colors
This commit is contained in:
parent
61eee8f445
commit
29aac699f8
5 changed files with 68 additions and 35 deletions
|
@ -105,6 +105,7 @@ public class FileManager<T> {
|
|||
|
||||
if (savePending.getAndSet(true))
|
||||
return; // Already pending.
|
||||
|
||||
executor.schedule(saveFileTask, delayInMilli, TimeUnit.MILLISECONDS);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue