mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -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';
|