SystemSettingsDialog & SignatureSettings draggable

This commit is contained in:
Lee Solway
2025-09-19 17:35:28 +01:00
parent dec82e89c2
commit fe3e38343b
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ export const SystemSettingsDialog = ({ systemId, visible, setVisible }: SystemSe
<Dialog <Dialog
header="System settings" header="System settings"
visible={visible} visible={visible}
draggable={false} draggable={true}
style={{ width: '450px' }} style={{ width: '450px' }}
onShow={onShow} onShow={onShow}
onHide={() => { onHide={() => {

View File

@@ -185,7 +185,7 @@ export const SignatureSettings = ({ systemId, show, onHide, signatureData }: Map
<Dialog <Dialog
header={`Signature Edit [${signatureData?.eve_id}]`} header={`Signature Edit [${signatureData?.eve_id}]`}
visible={show} visible={show}
draggable={false} draggable={true}
style={{ width: '390px' }} style={{ width: '390px' }}
onShow={handleShow} onShow={handleShow}
onHide={() => { onHide={() => {