const { launchSession, endSession } = require("./session");
const { backgroundMitt, ipcEmit } = require("./utils/emitter");
+store.set("account", process.env.ACCOUNT);
+
async function auth(_e, creds)
{
const { error, data } = await post("/auth", creds);
border-radius: 50%;
/* Set opacity here to not affect child. */
background-color: rgba(235, 235, 235, 0.75);
- cursor: pointer;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
margin-top: 19px;
z-index: 2;
background-color: Transparent;
-}
-
-.settings-icon:hover {
- cursor: pointer;
+ /* Needed for Linux */
+ -webkit-app-region: no-drag;
}
.settings-account {
font-size: 14px;
}
-.settings-logout-button:hover {
- cursor: pointer;
-}
-
.settings-version {
position: absolute;
left: 50%;