disable game profiles

This commit is contained in:
Index 2024-02-17 17:49:24 -06:00
parent 1bb9b7c1d7
commit 877cd65c6d
2 changed files with 5 additions and 0 deletions

View file

@ -46,9 +46,11 @@ let GamePinned;
}
// Work in Progress
/*
if (Settings.GameProfilesOn === true) {
GameProfiles()
}
*/
if (Settings.IRLPriceWithCurrencyOn === true) {
(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":"Isolation: Brix High School","bg":"#0148af","accent":"#986c6a","secondary":"#b7d3f2","cardBg":"#313131","text":"#fff"}')
async function GameProfiles(data) {
return
data = Data
document.querySelector('h1.my-0')
.setAttribute('game-key', 'true');

View file

@ -494,6 +494,7 @@
<h3>EXPERIMENTAL SETTINGS</h3>
<p>These features are a work in progress.</p>
<hr>
<!--
<p class="setting-container" id="GameProfiles">
<span>
Game Profiles (<span class="status">disabled</span>)
@ -506,6 +507,7 @@
<br>
<span style="font-size: 0.8rem; color: orange;">* This feature will be expanded upon in the future.</span>
</p>
-->
<p class="setting-container" id="InlineEditing">
<span>
Inline Editing (<span class="status">disabled</span>)