Skip to content

Commit

Permalink
Standard (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
floating authored Nov 1, 2020
1 parent 321f704 commit 620f2de
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/App/Panel/Local/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,18 +292,18 @@ class Settings extends React.Component {
</div>
{this.store('platform') === 'darwin' ? (
<div className='signerPermission' style={{ zIndex: 1 }}>
<div className='signerPermissionControls'>
<div className='signerPermissionOrigin'>Gas Price in Menubar</div>
<Dropdown
syncValue={this.store('main.menubarGasPrice')}
onChange={(value) => link.send('tray:action', 'setMenubarGasPrice', value)}
options={[{ text: 'Yes', value: true }, { text: 'No', value: false }]}
/>
</div>
<div className='signerPermissionDetails'>
{'Show mainnet gas price in menubar (Gwei)'}
<div className='signerPermissionControls'>
<div className='signerPermissionOrigin'>Gas Price in Menubar</div>
<Dropdown
syncValue={this.store('main.menubarGasPrice')}
onChange={(value) => link.send('tray:action', 'setMenubarGasPrice', value)}
options={[{ text: 'Yes', value: true }, { text: 'No', value: false }]}
/>
</div>
<div className='signerPermissionDetails'>
{'Show mainnet gas price in menubar (Gwei)'}
</div>
</div>
</div>
) : null}
<div className='snipIt'>
<div>Trying to use Frame with a dapp in your browser?</div>
Expand Down

0 comments on commit 620f2de

Please sign in to comment.