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
|
||||
/*
|
||||
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');
|
||||
|
|
|
|||
|
|
@ -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>)
|
||||
|
|
|
|||
Reference in a new issue