mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
29 lines
538 B
HTML
29 lines
538 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
|
|
<title>Auto Boot</title>
|
|
<style>
|
|
h1{
|
|
padding-top: 6px;
|
|
}
|
|
body{
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Auto Boot</h1>
|
|
|
|
<p>
|
|
Checking this option will allow mStream to start automatically when the computer boots. Checking this will also save whatever changes you make.
|
|
</p>
|
|
<p>
|
|
Autoboot can be disabled in the Tray menu.
|
|
</p>
|
|
</body>
|
|
</html>
|