Match mac icon framing to old asset

This commit is contained in:
webadderall
2026-05-11 19:33:30 +10:00
parent 95dc2a4d4c
commit e33e214f65
9 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 967 KiB

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

+1 -1
View File
@@ -14,7 +14,7 @@ export default function App() {
const [windowType, setWindowType] = useState("");
const { t } = useI18n();
const isMacOS = /mac/i.test(navigator.platform);
const appIconSrc = isMacOS ? "/app-icons/recordlymac-128.png" : "/app-icons/recordly-128.png";
const appIconSrc = "/app-icons/recordly-128.png";
useEffect(() => {
const params = new URLSearchParams(window.location.search);