Systemzeit übernehmen kann entfallen in der Einstellungen-Modal
This commit is contained in:
@@ -304,7 +304,8 @@ function SettingModal({ showModal, onClose }) {
|
||||
disabled
|
||||
/>
|
||||
{/* Button für Systemzeit übernehmen */}
|
||||
<div className="flex w-full mt-1 justify-end">
|
||||
{/*
|
||||
<div className="flex w-full mt-1 justify-end">
|
||||
<button
|
||||
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
||||
onClick={() => {
|
||||
@@ -320,6 +321,7 @@ function SettingModal({ showModal, onClose }) {
|
||||
Systemzeit übernehmen
|
||||
</button>
|
||||
</div>
|
||||
*/}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user