new settings

This commit is contained in:
Sean Yesmunt 2020-09-08 14:41:50 -04:00
parent 01df9522d5
commit 3eee65146b
2 changed files with 6 additions and 0 deletions

4
dist/bundle.es.js vendored
View file

@ -657,6 +657,8 @@ const FLOATING_PLAYER = 'floating_player';
const DARK_MODE_TIMES = 'dark_mode_times';
const ENABLE_SYNC = 'enable_sync';
const ENABLE_PUBLISH_PREVIEW = 'enable-publish-preview';
const TILE_LAYOUT = 'tile_layout';
const VIDEO_THEATER_MODE = 'video_theater_mode';
// mobile settings
const BACKGROUND_PLAY_ENABLED = 'backgroundPlayEnabled';
@ -701,6 +703,8 @@ var settings = /*#__PURE__*/Object.freeze({
DARK_MODE_TIMES: DARK_MODE_TIMES,
ENABLE_SYNC: ENABLE_SYNC,
ENABLE_PUBLISH_PREVIEW: ENABLE_PUBLISH_PREVIEW,
TILE_LAYOUT: TILE_LAYOUT,
VIDEO_THEATER_MODE: VIDEO_THEATER_MODE,
BACKGROUND_PLAY_ENABLED: BACKGROUND_PLAY_ENABLED,
FOREGROUND_NOTIFICATION_ENABLED: FOREGROUND_NOTIFICATION_ENABLED,
KEEP_DAEMON_RUNNING: KEEP_DAEMON_RUNNING,

View file

@ -34,6 +34,8 @@ export const FLOATING_PLAYER = 'floating_player';
export const DARK_MODE_TIMES = 'dark_mode_times';
export const ENABLE_SYNC = 'enable_sync';
export const ENABLE_PUBLISH_PREVIEW = 'enable-publish-preview';
export const TILE_LAYOUT = 'tile_layout';
export const VIDEO_THEATER_MODE = 'video_theater_mode';
// mobile settings
export const BACKGROUND_PLAY_ENABLED = 'backgroundPlayEnabled';