Merge commit '06997e3d3fbee72e67b68b43f013b7fe3af527e5'
Browse files
src/app/interface/bottom-bar/bottom-bar.tsx
CHANGED
|
@@ -176,6 +176,13 @@ function BottomBar() {
|
|
| 176 |
</Button>
|
| 177 |
</div>
|
| 178 |
*/}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
{canSeeBetaFeatures ? <Button
|
| 180 |
onClick={openFilePicker}
|
| 181 |
disabled={remainingImages > 0}
|
|
@@ -184,6 +191,7 @@ function BottomBar() {
|
|
| 184 |
onClick={downloadClap}
|
| 185 |
disabled={remainingImages > 0}
|
| 186 |
>
|
|
|
|
| 187 |
{remainingImages ? `${allStatus.length - remainingImages}/${allStatus.length} β` : `Save`}
|
| 188 |
</Button> : null}
|
| 189 |
|
|
|
|
| 176 |
</Button>
|
| 177 |
</div>
|
| 178 |
*/}
|
| 179 |
+
|
| 180 |
+
{/*
|
| 181 |
+
|
| 182 |
+
let's disable project saving/loading for now:
|
| 183 |
+
the priority is to repair the comic factory
|
| 184 |
+
--------
|
| 185 |
+
|
| 186 |
{canSeeBetaFeatures ? <Button
|
| 187 |
onClick={openFilePicker}
|
| 188 |
disabled={remainingImages > 0}
|
|
|
|
| 191 |
onClick={downloadClap}
|
| 192 |
disabled={remainingImages > 0}
|
| 193 |
>
|
| 194 |
+
*/}
|
| 195 |
{remainingImages ? `${allStatus.length - remainingImages}/${allStatus.length} β` : `Save`}
|
| 196 |
</Button> : null}
|
| 197 |
|