Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/compress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function CompressUI() {
/>
<Button
label="Open Output"
color="magenta"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
2 changes: 1 addition & 1 deletion src/components/decrypt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export function DecryptUI() {
/>
<Button
label="Open Output"
color="magenta"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
2 changes: 1 addition & 1 deletion src/components/delete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export function DeleteUI() {
/>
<Button
label="Open Output"
color="magenta"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
2 changes: 1 addition & 1 deletion src/components/images-to-pdf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export function ImagesToPDFUI() {
/>
<Button
label="Open Output"
color="#da7cff"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
2 changes: 1 addition & 1 deletion src/components/merge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function MergeUI() {
/>
<Button
label="Open Output"
color="#da7cff"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
2 changes: 1 addition & 1 deletion src/components/pdf-to-images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export function PDFToImagesUI() {
/>
<Button
label="Open Output"
color="magenta"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
2 changes: 1 addition & 1 deletion src/components/protect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function ProtectUI() {
/>
<Button
label="Open Output"
color="magenta"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
2 changes: 1 addition & 1 deletion src/components/rotate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function RotateUI() {
/>
<Button
label="Open Output"
color="magenta"
color="output"
onClick={() =>
openOutputFolder().catch((_) =>
fl.setStatus({ msg: "Failed to open folder", type: "error" }),
Expand Down
Loading
Loading