[Update] Change icons and titles default ones to VRCT's.

This commit is contained in:
Sakamoto Shiina
2024-07-30 00:35:39 +09:00
parent 080939a853
commit ae1bb8cce1
23 changed files with 19 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -13,6 +13,7 @@ export const useWindow = () => {
center: true,
width: 1080,
height: 700,
title: "Settings"
});
config_window.once("tauri://created", function () {

View File

@@ -2,9 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Config Window</title>
<title>Settings</title>
</head>
<body>