Skip to content

Commit

Permalink
Fixed Background
Browse files Browse the repository at this point in the history
  • Loading branch information
TreltaSev committed Jul 25, 2023
1 parent a9ade53 commit 8392933
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EchoWhisperer (Main) v0.0.4
# EchoWhisperer (Main) v0.0.5

### A up-to-date process logger for easy use and bragging rights for WINDOWS.
Echo Whisperer is a commandline/gui application that simply logs the amount
Expand Down
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echowhisperer",
"version": "0.0.4",
"version": "0.0.5",
"description": "A program written in c++ which sends out a \"ping\" to check for every process, then logs that inside a bin file. this repeats itself every 5 seconds with 99.40% accuracy.",
"main": "src/main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions electron/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const listeners = (window) => {

const createWindow = () => {
const win = new BrowserWindow({
backgroundColor: "#212121",
width: 800,
minWidth: 400,
height: 600,
Expand Down

0 comments on commit 8392933

Please sign in to comment.