mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
feat: initial implementation of qtfm android
This commit is contained in:
@@ -47,3 +47,6 @@ export const selectKWMv2Key = (state: RootState, headerView: DataView): string |
|
||||
|
||||
return ekey;
|
||||
};
|
||||
|
||||
export const selectStagingQtfmAndroidDevice = (state: RootState) => state.settings.staging.qtfm.android;
|
||||
export const selectQtfmAndroidDevice = (state: RootState) => state.settings.production.qtfm.android;
|
||||
|
||||
Reference in New Issue
Block a user