mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:11 +01:00
Websocket Support (#159)
This commit is contained in:
@@ -13,7 +13,7 @@ export function useCopy({ disableToast }: { disableToast?: boolean } = {}) {
|
||||
if (text != '' && !disableToast) {
|
||||
showToast({
|
||||
id: 'copied',
|
||||
color: 'secondary',
|
||||
color: 'success',
|
||||
icon: 'copy',
|
||||
message: 'Copied to clipboard',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user