[Update] Change icons and titles default ones to VRCT's.
This commit is contained in:
BIN
src-ui/assets/vrct_logo_mark_black_icon_square.png
Normal file
BIN
src-ui/assets/vrct_logo_mark_black_icon_square.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -13,6 +13,7 @@ export const useWindow = () => {
|
||||
center: true,
|
||||
width: 1080,
|
||||
height: 700,
|
||||
title: "Settings"
|
||||
});
|
||||
|
||||
config_window.once("tauri://created", function () {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user