1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

Add documentation

This commit is contained in:
Nayam Amarshe 2024-04-25 01:32:22 +05:30
parent 99f475df1f
commit dbaa1dfe7b

View File

@ -1,3 +1,8 @@
/**
* This file contains all the global local storage variables that need to be accessed on startup or during the app lifecycle. These are the variables that are not sent by the renderer process but are the localstorage variables used by the main process.
* Our goal is to send as many variables as possible from the renderer process to the main process to avoid using local storage variables.
*/
import { ChildProcessWithoutNullStreams } from "child_process";
import { getMainWindow } from "../main-window";
import logit from "./logit";