mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
import { showMainWindow } from './window';
|
|
|
|
export function runGeneralAssistShortcut(): void {
|
|
showMainWindow('shortcut');
|
|
}
|