ui-v2 titlebar and fonts (#2607)

This commit is contained in:
Zane
2025-05-21 08:18:08 -07:00
committed by GitHub
parent f4ae801d97
commit ce2e76c882
8 changed files with 835 additions and 500 deletions

View File

@@ -72,7 +72,7 @@ async function createWindow() {
style-src 'self' 'unsafe-inline';
connect-src 'self' ws://localhost:3001 http://localhost:3001;
img-src 'self' data: https:;
font-src 'self' data:;
font-src 'self' data: https://cash-f.squarecdn.com;
`
.replace(/\s+/g, ' ')
.trim()
@@ -81,7 +81,7 @@ async function createWindow() {
script-src 'self';
style-src 'self' 'unsafe-inline';
img-src 'self' data: https:;
font-src 'self' data:;
font-src 'self' data: https://cash-f.squarecdn.com;
`
.replace(/\s+/g, ' ')
.trim(),