1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-12 09:03:00 +01:00
upscayl/main/commands.js

12 lines
299 B
JavaScript
Raw Normal View History

2022-08-22 14:01:16 +05:30
const commands = {
SELECT_FILE: "Select a File",
SELECT_OUTPUT: "Save as",
SET_FILE: "Set file",
REPLACE_ORIGINAL: "Replace original",
2022-08-22 14:01:16 +05:30
UPSCAYL: "Upscale the Image",
UPSCAYL_DONE: "Upscaling Done",
UPSCAYL_PROGRESS: "Send Progress from Main to Renderer",
};
module.exports = commands;