Skip to content

Commit a2667d2

Browse files
committed
feat(ui): show toasts on the left side
1 parent c5267d6 commit a2667d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron/renderer/components/toast/toast-list.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export const ToastList: React.FC<ToastListProps> = (
9797
toastLifeTimeMs={toastLifeTimeMs}
9898
dismissToast={onDismissToast}
9999
onClearAllToasts={onClearAllToasts}
100+
side="left"
100101
/>
101102
);
102103
};

0 commit comments

Comments
 (0)