disable game profiles
This commit is contained in:
parent
1bb9b7c1d7
commit
877cd65c6d
2 changed files with 5 additions and 0 deletions
|
|
@ -46,9 +46,11 @@ let GamePinned;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Work in Progress
|
// Work in Progress
|
||||||
|
/*
|
||||||
if (Settings.GameProfilesOn === true) {
|
if (Settings.GameProfilesOn === true) {
|
||||||
GameProfiles()
|
GameProfiles()
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (Settings.IRLPriceWithCurrencyOn === true) {
|
if (Settings.IRLPriceWithCurrencyOn === true) {
|
||||||
(async () => {
|
(async () => {
|
||||||
|
|
@ -336,6 +338,7 @@ async function InlineEditing() {
|
||||||
//const Data = JSON.parse('{"gameTitle": "Hyper[Fart]","bg": "#000","accent": "#007bff","secondary": "#","cardBg": "#313131","font": "","text": "#fff"}')
|
//const Data = JSON.parse('{"gameTitle": "Hyper[Fart]","bg": "#000","accent": "#007bff","secondary": "#","cardBg": "#313131","font": "","text": "#fff"}')
|
||||||
const Data = JSON.parse('{"gameTitle":"Isolation: Brix High School","bg":"#0148af","accent":"#986c6a","secondary":"#b7d3f2","cardBg":"#313131","text":"#fff"}')
|
const Data = JSON.parse('{"gameTitle":"Isolation: Brix High School","bg":"#0148af","accent":"#986c6a","secondary":"#b7d3f2","cardBg":"#313131","text":"#fff"}')
|
||||||
async function GameProfiles(data) {
|
async function GameProfiles(data) {
|
||||||
|
return
|
||||||
data = Data
|
data = Data
|
||||||
document.querySelector('h1.my-0')
|
document.querySelector('h1.my-0')
|
||||||
.setAttribute('game-key', 'true');
|
.setAttribute('game-key', 'true');
|
||||||
|
|
|
||||||
|
|
@ -494,6 +494,7 @@
|
||||||
<h3>EXPERIMENTAL SETTINGS</h3>
|
<h3>EXPERIMENTAL SETTINGS</h3>
|
||||||
<p>These features are a work in progress.</p>
|
<p>These features are a work in progress.</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
<!--
|
||||||
<p class="setting-container" id="GameProfiles">
|
<p class="setting-container" id="GameProfiles">
|
||||||
<span>
|
<span>
|
||||||
Game Profiles (<span class="status">disabled</span>)
|
Game Profiles (<span class="status">disabled</span>)
|
||||||
|
|
@ -506,6 +507,7 @@
|
||||||
<br>
|
<br>
|
||||||
<span style="font-size: 0.8rem; color: orange;">* This feature will be expanded upon in the future.</span>
|
<span style="font-size: 0.8rem; color: orange;">* This feature will be expanded upon in the future.</span>
|
||||||
</p>
|
</p>
|
||||||
|
-->
|
||||||
<p class="setting-container" id="InlineEditing">
|
<p class="setting-container" id="InlineEditing">
|
||||||
<span>
|
<span>
|
||||||
Inline Editing (<span class="status">disabled</span>)
|
Inline Editing (<span class="status">disabled</span>)
|
||||||
|
|
|
||||||
Reference in a new issue