Fix: Fontawesome
This commit is contained in:
		@@ -659,7 +659,6 @@ window.onload = function () {
 | 
			
		||||
	checkSpotify();
 | 
			
		||||
	voiceSettingLoad();
 | 
			
		||||
	oksload();
 | 
			
		||||
	npprovider();
 | 
			
		||||
	ctLoad()
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -50,6 +50,7 @@
 | 
			
		||||
  "license": "GPL-3.0",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "electron-dl": "^1.14.0",
 | 
			
		||||
    "@fortawesome/fontawesome-free": "^5.10.1",
 | 
			
		||||
    "jimp": "^0.6.4",
 | 
			
		||||
    "jquery": "^3.4.1",
 | 
			
		||||
    "json5": "^2.1.0",
 | 
			
		||||
@@ -64,7 +65,6 @@
 | 
			
		||||
    "font-manager": "^0.3.0"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@fortawesome/fontawesome-free": "^5.10.1",
 | 
			
		||||
    "electron": "^6.0.0",
 | 
			
		||||
    "electron-builder": "^21.1.5",
 | 
			
		||||
    "readline-sync": "1.4.10"
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
      <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/tl.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/userdata.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/tl.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../css/userdata.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <style>
 | 
			
		||||
            .acct {
 | 
			
		||||
                  display: flex;
 | 
			
		||||
 
 | 
			
		||||
@@ -15,8 +15,7 @@
 | 
			
		||||
	<link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
	<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<style>
 | 
			
		||||
		input {
 | 
			
		||||
@@ -329,7 +328,7 @@
 | 
			
		||||
		</li>
 | 
			
		||||
		<li>
 | 
			
		||||
			<div class="collapsible-header">
 | 
			
		||||
				<i class="fa fa-spotify"></i>Spotify and NowPlaying Preferences
 | 
			
		||||
				<i class="fab fa-spotify"></i>Spotify and NowPlaying Preferences
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="collapsible-body">
 | 
			
		||||
				<br><br>
 | 
			
		||||
@@ -445,7 +444,7 @@
 | 
			
		||||
	<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
 | 
			
		||||
			class="material-icons left">list</i>Help/Docs</a>
 | 
			
		||||
	<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fa fa-github left"></i>GitHub</a>
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
 | 
			
		||||
	<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
 | 
			
		||||
			style="padding-top:5px;">Developer: Cutls@cutls.com</a>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@
 | 
			
		||||
    <title>Update - TheDesk</title>
 | 
			
		||||
    <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <!--
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
      <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/tl.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/userdata.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/tl.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../css/userdata.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <style>
 | 
			
		||||
            .acct {
 | 
			
		||||
                  display: flex;
 | 
			
		||||
 
 | 
			
		||||
@@ -15,8 +15,7 @@
 | 
			
		||||
	<link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
	<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<style>
 | 
			
		||||
		input {
 | 
			
		||||
@@ -329,7 +328,7 @@
 | 
			
		||||
		</li>
 | 
			
		||||
		<li>
 | 
			
		||||
			<div class="collapsible-header">
 | 
			
		||||
				<i class="fa fa-spotify"></i>Spotify and NowPlaying Preferences
 | 
			
		||||
				<i class="fab fa-spotify"></i>Spotify and NowPlaying Preferences
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="collapsible-body">
 | 
			
		||||
				<br><br>
 | 
			
		||||
@@ -445,7 +444,7 @@
 | 
			
		||||
	<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
 | 
			
		||||
			class="material-icons left">list</i>Help/Docs</a>
 | 
			
		||||
	<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fa fa-github left"></i>GitHub</a>
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
 | 
			
		||||
	<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
 | 
			
		||||
			style="padding-top:5px;">Developer: Cutls@cutls.com</a>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@
 | 
			
		||||
    <title>Update - TheDesk</title>
 | 
			
		||||
    <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <!--
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
      <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/tl.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/userdata.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/tl.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../css/userdata.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <style>
 | 
			
		||||
            .acct {
 | 
			
		||||
                  display: flex;
 | 
			
		||||
 
 | 
			
		||||
@@ -15,8 +15,7 @@
 | 
			
		||||
	<link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
	<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<style>
 | 
			
		||||
		input {
 | 
			
		||||
@@ -329,7 +328,7 @@
 | 
			
		||||
		</li>
 | 
			
		||||
		<li>
 | 
			
		||||
			<div class="collapsible-header">
 | 
			
		||||
				<i class="fa fa-spotify"></i>Spotify und NowPlaying Einstellungen
 | 
			
		||||
				<i class="fab fa-spotify"></i>Spotify und NowPlaying Einstellungen
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="collapsible-body">
 | 
			
		||||
				<br><br>
 | 
			
		||||
@@ -445,7 +444,7 @@
 | 
			
		||||
	<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
 | 
			
		||||
			class="material-icons left">list</i>Hilfe/Docs</a>
 | 
			
		||||
	<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fa fa-github left"></i>GitHub</a>
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
 | 
			
		||||
	<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
 | 
			
		||||
			style="padding-top:5px;">Developer: Cutls@cutls.com</a>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@
 | 
			
		||||
    <title>Update - TheDesk</title>
 | 
			
		||||
    <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <!--
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
      <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/tl.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/userdata.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/tl.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../css/userdata.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <style>
 | 
			
		||||
            .acct {
 | 
			
		||||
                  display: flex;
 | 
			
		||||
 
 | 
			
		||||
@@ -15,8 +15,7 @@
 | 
			
		||||
	<link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
	<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<style>
 | 
			
		||||
		input {
 | 
			
		||||
@@ -329,7 +328,7 @@
 | 
			
		||||
		</li>
 | 
			
		||||
		<li>
 | 
			
		||||
			<div class="collapsible-header">
 | 
			
		||||
				<i class="fa fa-spotify"></i>Spotify and NowPlaying Preferences
 | 
			
		||||
				<i class="fab fa-spotify"></i>Spotify and NowPlaying Preferences
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="collapsible-body">
 | 
			
		||||
				<br><br>
 | 
			
		||||
@@ -445,7 +444,7 @@
 | 
			
		||||
	<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
 | 
			
		||||
			class="material-icons left">list</i>Help/Docs</a>
 | 
			
		||||
	<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fa fa-github left"></i>GitHub</a>
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
 | 
			
		||||
	<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
 | 
			
		||||
			style="padding-top:5px;">Developer: Cutls@cutls.com</a>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@
 | 
			
		||||
    <title>Update - TheDesk</title>
 | 
			
		||||
    <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <!--
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
      <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/tl.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/userdata.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/tl.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../css/userdata.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <style>
 | 
			
		||||
            .acct {
 | 
			
		||||
                  display: flex;
 | 
			
		||||
 
 | 
			
		||||
@@ -15,8 +15,7 @@
 | 
			
		||||
	<link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
	<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<style>
 | 
			
		||||
		input {
 | 
			
		||||
@@ -329,7 +328,7 @@
 | 
			
		||||
		</li>
 | 
			
		||||
		<li>
 | 
			
		||||
			<div class="collapsible-header">
 | 
			
		||||
				<i class="fa fa-spotify"></i>SpotifyとNowPlayingの設定
 | 
			
		||||
				<i class="fab fa-spotify"></i>SpotifyとNowPlayingの設定
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="collapsible-body">
 | 
			
		||||
				<br><br>
 | 
			
		||||
@@ -445,7 +444,7 @@
 | 
			
		||||
	<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
 | 
			
		||||
			class="material-icons left">list</i>ヘルプ/Docs</a>
 | 
			
		||||
	<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fa fa-github left"></i>GitHub</a>
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
 | 
			
		||||
	<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
 | 
			
		||||
			style="padding-top:5px;">Developer: Cutls@cutls.com</a>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@
 | 
			
		||||
    <title>Update - TheDesk</title>
 | 
			
		||||
    <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <!--
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
      <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/tl.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/userdata.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/tl.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../css/userdata.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <style>
 | 
			
		||||
            .acct {
 | 
			
		||||
                  display: flex;
 | 
			
		||||
 
 | 
			
		||||
@@ -15,8 +15,7 @@
 | 
			
		||||
	<link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
	<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<style>
 | 
			
		||||
		input {
 | 
			
		||||
@@ -329,7 +328,7 @@
 | 
			
		||||
		</li>
 | 
			
		||||
		<li>
 | 
			
		||||
			<div class="collapsible-header">
 | 
			
		||||
				<i class="fa fa-spotify"></i>@@spotify@@
 | 
			
		||||
				<i class="fab fa-spotify"></i>@@spotify@@
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="collapsible-body">
 | 
			
		||||
				<br><br>
 | 
			
		||||
@@ -445,7 +444,7 @@
 | 
			
		||||
	<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
 | 
			
		||||
			class="material-icons left">list</i>@@help@@/Docs</a>
 | 
			
		||||
	<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fa fa-github left"></i>GitHub</a>
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
 | 
			
		||||
	<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
 | 
			
		||||
			style="padding-top:5px;">Developer: Cutls@cutls.com</a>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@
 | 
			
		||||
    <title>Update - TheDesk</title>
 | 
			
		||||
    <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    @@comment-start@@
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
      <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/tl.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href='../../css/userdata.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
      <link href="../../css/tl.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../css/userdata.css" rel="stylesheet" type="text/css">
 | 
			
		||||
      <link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
      <style>
 | 
			
		||||
            .acct {
 | 
			
		||||
                  display: flex;
 | 
			
		||||
 
 | 
			
		||||
@@ -15,8 +15,7 @@
 | 
			
		||||
	<link href="../../css/themes.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<link href='../../css/font-awesome.css' rel='stylesheet' type='text/css'>
 | 
			
		||||
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
	<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<style>
 | 
			
		||||
		input {
 | 
			
		||||
@@ -329,7 +328,7 @@
 | 
			
		||||
		</li>
 | 
			
		||||
		<li>
 | 
			
		||||
			<div class="collapsible-header">
 | 
			
		||||
				<i class="fa fa-spotify"></i>crwdns624:0crwdne624:0
 | 
			
		||||
				<i class="fab fa-spotify"></i>crwdns624:0crwdne624:0
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="collapsible-body">
 | 
			
		||||
				<br><br>
 | 
			
		||||
@@ -445,7 +444,7 @@
 | 
			
		||||
	<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
 | 
			
		||||
			class="material-icons left">list</i>crwdns665:0crwdne665:0/Docs</a>
 | 
			
		||||
	<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fa fa-github left"></i>GitHub</a>
 | 
			
		||||
		style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
 | 
			
		||||
	<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
 | 
			
		||||
		style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
 | 
			
		||||
			style="padding-top:5px;">Developer: Cutls@cutls.com</a>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@
 | 
			
		||||
    <title>Update - TheDesk</title>
 | 
			
		||||
    <link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="../../css/master.css" type="text/css" rel="stylesheet">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user