mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
REF: Quick actions
This commit is contained in:
parent
2e660a1bd4
commit
6363c7b0fe
1 changed files with 13 additions and 0 deletions
13
class/quick-actions.windows.js
Normal file
13
class/quick-actions.windows.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
function DeviceQuickActions() {
|
||||
DeviceQuickActions.STORAGE_KEY = 'DeviceQuickActionsEnabled';
|
||||
|
||||
DeviceQuickActions.setEnabled = () => {};
|
||||
|
||||
DeviceQuickActions.getEnabled = async () => {
|
||||
return false;
|
||||
};
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
export default DeviceQuickActions;
|
Loading…
Add table
Reference in a new issue