mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Direct access from clipboard toast
This commit is contained in:
@@ -235,6 +235,10 @@ export const useSearchStore = defineStore('Search', () => {
|
||||
let trimemd = cbText.trim();
|
||||
if (!directAccessParse(trimemd)) {
|
||||
promptOmniDirectDialog();
|
||||
} else {
|
||||
toast.success(
|
||||
t('prompt.direct_access_omni.message.opened_from_clipboard')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user