mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
fix(notifications): add support for bottom-center'd nuxtui toasts
This commit is contained in:
@@ -153,7 +153,8 @@ export async function mountUnifiedApp() {
|
||||
'top-right': 'top-right',
|
||||
'bottom-left': 'bottom-left',
|
||||
'bottom-right': 'bottom-right',
|
||||
center: 'top-center',
|
||||
'bottom-center': 'bottom-center',
|
||||
'top-center': 'top-center',
|
||||
};
|
||||
toasterPosition = map[legacyPosition] || toasterPosition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user