Changes to be committed:
modified: src/shared/settings.d.ts modified: static/views/splash.html
This commit is contained in:
parent
2f2283137d
commit
16bd46cbc9
2 changed files with 5 additions and 8 deletions
1
src/shared/settings.d.ts
vendored
1
src/shared/settings.d.ts
vendored
|
@ -29,6 +29,7 @@ export interface Settings {
|
|||
|
||||
splashTheming?: boolean;
|
||||
splashColor?: string;
|
||||
splashAnimationPath?: string;
|
||||
splashBackground?: string;
|
||||
}
|
||||
|
||||
|
|
|
@ -25,19 +25,15 @@
|
|||
img {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<img
|
||||
draggable="false"
|
||||
src="../shiggy.gif"
|
||||
alt="shiggy"
|
||||
role="presentation"
|
||||
/>
|
||||
<!-- the data url is here to ensure there isn't an empty frame before the image is loaded -->
|
||||
<img id="animation" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
||||
draggable="false" alt="animation" role="presentation" />
|
||||
<p>Loading Vesktop...</p>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
Reference in a new issue