update min x to show items

This commit is contained in:
Mutasem 2021-10-20 17:29:00 +02:00
parent 3c7daae9b3
commit 08a928225d

View file

@ -9,7 +9,7 @@ export const OVERLAY_CONNECTION_ACTIONS_ID = 'connection-actions';
if (!window.localStorage.getItem('MIN_X_TO_SHOW_OUTPUT_LABEL')) {
window.localStorage.setItem('MIN_X_TO_SHOW_OUTPUT_LABEL', '150');
window.localStorage.setItem('MIN_X_TO_SHOW_OUTPUT_LABEL', '90');
}
// @ts-ignore
const _MIN_X_TO_SHOW_OUTPUT_LABEL = parseInt(window.localStorage.getItem('MIN_X_TO_SHOW_OUTPUT_LABEL'), 10);