Update electron builder and fix mobile terminal background
This commit is contained in:
@@ -537,13 +537,12 @@ export function LeftSidebar({
|
||||
</div>
|
||||
|
||||
<div
|
||||
className="flex-1"
|
||||
className="flex-1 cursor-pointer"
|
||||
onClick={() => {
|
||||
setDeleteAccountOpen(false);
|
||||
setDeletePassword("");
|
||||
setDeleteError(null);
|
||||
}}
|
||||
className="cursor-pointer"
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user