Allow toggling moving UI on any device
(you still won't be able to use it)
This commit is contained in:
parent
ce680f8da3
commit
6f2b567efe
|
@ -5,6 +5,10 @@
|
|||
width: unset;
|
||||
}
|
||||
|
||||
#sheldWidthToggleBlock {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bg_button {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
|
|
@ -8961,14 +8961,6 @@ API Settings: ${JSON.stringify(getSettingsContents[getSettingsContents.main_api
|
|||
}
|
||||
|
||||
jQuery(async function () {
|
||||
|
||||
if (isMobile()) {
|
||||
console.debug('hiding movingUI and sheldWidth toggles for mobile');
|
||||
$('#sheldWidthToggleBlock').hide();
|
||||
$('#movingUIModeCheckBlock').hide();
|
||||
|
||||
}
|
||||
|
||||
async function doForceSave() {
|
||||
await saveSettings();
|
||||
await saveChatConditional();
|
||||
|
|
Loading…
Reference in New Issue