Skip to content

Commit

Permalink
Optimize Images Size
Browse files Browse the repository at this point in the history
  • Loading branch information
kemzops committed Mar 14, 2023
1 parent 5190ebc commit 78c3140
Show file tree
Hide file tree
Showing 48 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@
setTimeout(() => {
loadWin.close();
win?.show();
win?.webContents.openDevTools();
}, 1000);
}

//win.webContents.openDevTools();

/* LOAD AUDIO WINDOW AFTER MAIN WINDOW (HOME) IS READY & LOADED */
if (settings.notifications_adhan == true || settings.notifications_adhkar == true) {
const audio_window = require('./window/audio_window.js');
Expand Down
Binary file modified src/public/icon/azan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/beads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/castle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/azan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/castle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/minimizable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/minimize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/open-hands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/paste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/pause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/quran.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/random.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/sound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/dark/timetable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/icon/food.png
Binary file modified src/public/icon/github.png
Binary file modified src/public/icon/gmail.png
Binary file modified src/public/icon/home.png
Binary file modified src/public/icon/info.png
Binary file modified src/public/icon/logo.png
Binary file modified src/public/icon/minimizable.png
Binary file modified src/public/icon/minimize.png
Binary file modified src/public/icon/moon.png
Binary file modified src/public/icon/open-hands.png
Binary file modified src/public/icon/paste.png
Binary file modified src/public/icon/pause.png
Binary file modified src/public/icon/play.png
Binary file modified src/public/icon/prayer.png
Binary file modified src/public/icon/quran.png
Binary file modified src/public/icon/random.png
Binary file modified src/public/icon/settings.png
Binary file modified src/public/icon/sleeping.png
Binary file modified src/public/icon/sound.png
Binary file modified src/public/icon/sun.png
Binary file modified src/public/icon/telegram.png
Binary file modified src/public/icon/timetable.png

0 comments on commit 78c3140

Please sign in to comment.