export missing variables

This commit is contained in:
Philipp Unger
2023-08-20 02:15:20 +02:00
parent 116eeec5ba
commit d4a2eb219f
3 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ const T4 = 'panelBoxClipTimeout';
var SIDE_CONTROLS_ANIMATION_TIME = OverviewControls.SIDE_CONTROLS_ANIMATION_TIME / (OverviewControls.SIDE_CONTROLS_ANIMATION_TIME > 1 ? 1000 : 1);
var Hold = {
export var Hold = {
NONE: 0,
TEMPORARY: 1,
PERMANENT: 2