mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
feat(core): add clipboard writeText and readText APIs (#2035)
This commit is contained in:
committed by
GitHub
parent
3280c4aa91
commit
285bf64bf9
@@ -16,6 +16,7 @@
|
||||
import Shortcuts from "./components/Shortcuts.svelte";
|
||||
import Shell from "./components/Shell.svelte";
|
||||
import Updater from "./components/Updater.svelte";
|
||||
import Clipboard from "./components/Clipboard.svelte";
|
||||
|
||||
const MENU_TOGGLE_HOTKEY = 'ctrl+b';
|
||||
|
||||
@@ -69,7 +70,11 @@
|
||||
{
|
||||
label: "Updater",
|
||||
component: Updater,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Clipboard",
|
||||
component: Clipboard,
|
||||
}
|
||||
];
|
||||
|
||||
let selected = views[0];
|
||||
|
||||
Reference in New Issue
Block a user