Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
β’
06997e3
1
Parent(s):
1763a89
revert back to a previous version
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 |
|