mStream/electron/windows/autoboot.html
2017-09-17 01:17:21 -04:00

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>