add titlebar

This commit is contained in:
Peter Harpending
2025-10-27 09:23:59 -07:00
parent 7815ae3c57
commit b55b0bd056
8 changed files with 75 additions and 30 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
-record(s, {base_path = base_path() :: file:filename(),
cache = fd_sfc_cache:new(base_path()) :: fd_sfc_cache:cache(),
auto_renew = 5_000 :: pos_integer()}).
auto_renew = 0_500 :: pos_integer()}).
%-type state() :: #s{}.