mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Upstream Updates
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const NONE = 'none';
|
||||
export const BOTH = 'both';
|
||||
export const HORIZONTAL = 'horizontal';
|
||||
export const VERTICAL = 'vertical';
|
||||
|
||||
export const all = [NONE, HORIZONTAL, VERTICAL];
|
||||
export const all = [NONE, HORIZONTAL, VERTICAL, BOTH];
|
||||
|
Reference in New Issue
Block a user