mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-28 07:09:23 +00:00
Remove config button (#4309)
This commit is contained in:
parent
68d59fd377
commit
1eee5c9a11
@ -190,7 +190,7 @@ const QuickAccessBar = forwardRef<HTMLDivElement>(({
|
|||||||
<div className="spacer" />
|
<div className="spacer" />
|
||||||
|
|
||||||
{/* Config button at the bottom */}
|
{/* Config button at the bottom */}
|
||||||
{buttonConfigs
|
{/* {buttonConfigs
|
||||||
.filter(config => config.id === 'config')
|
.filter(config => config.id === 'config')
|
||||||
.map(config => (
|
.map(config => (
|
||||||
<div className="flex flex-col items-center gap-1">
|
<div className="flex flex-col items-center gap-1">
|
||||||
@ -210,14 +210,14 @@ const QuickAccessBar = forwardRef<HTMLDivElement>(({
|
|||||||
{config.name}
|
{config.name}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))} */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<AppConfigModal
|
{/* <AppConfigModal
|
||||||
opened={configModalOpen}
|
opened={configModalOpen}
|
||||||
onClose={() => setConfigModalOpen(false)}
|
onClose={() => setConfigModalOpen(false)}
|
||||||
/>
|
/> */}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user