1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-13 18:30:54 +01:00
upscayl/main/commands.js
2022-09-10 20:22:53 +05:30

12 lines
351 B
JavaScript

const commands = {
SELECT_FILE: "Select a File",
SELECT_FOLDER: "Select a Folder",
UPSCAYL: "Upscale the Image",
UPSCAYL_DONE: "Upscaling Done",
UPSCAYL_PROGRESS: "Send Progress from Main to Renderer",
SHARPEN: "Sharpen the Image First",
SHARPEN_PROGRESS: "Send Sharpening Progress from Main to Renderer",
};
module.exports = commands;