mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-12 04:19:25 -07:00
6 lines
317 B
TypeScript
6 lines
317 B
TypeScript
export { generateDefaultConfigFile } from './config-gen';
|
|
export { enforceUnsupportedWaylandMode, forceX11Backend } from './electron-backend';
|
|
export { resolveKeybindings } from './keybindings';
|
|
export { resolveConfiguredShortcuts } from './shortcut-config';
|
|
export { showDesktopNotification } from './notification';
|