mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
Handle web player
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import isElectron from 'is-electron';
|
||||
|
||||
export * from './components/settings';
|
||||
export * from './hooks/use-default-settings';
|
||||
|
||||
const ipc = isElectron() ? window.electron.ipcRenderer : null;
|
||||
@@ -14,7 +15,7 @@ const restart = () => {
|
||||
ipc?.APP_RESTART();
|
||||
};
|
||||
|
||||
export const settings = {
|
||||
export const localSettings = {
|
||||
get,
|
||||
restart,
|
||||
set,
|
||||
|
||||
Reference in New Issue
Block a user