Skip to content

Commit

Permalink
Merge pull request #1190 from KhalisFoundation/dev
Browse files Browse the repository at this point in the history
Update 7.7 Beta
  • Loading branch information
maneetpaul authored Sep 17, 2020
2 parents 1b85dae + 7e0a337 commit 3d6c5d0
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## New Updates

### 7.7 - August 25, 2020_
### 7.7 - _August 25, 2020_

![](./assets/img/help_images/desktop-nirbaan.jpg)

Expand Down
6 changes: 3 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ if (currentTheme === undefined) {
store.setUserPref('app.theme', themes[0].key);
}

// Reset the global state
store.set('GlobalState', null);

let mainWindow;
let viewerWindow = false;
let startChangelogOpenTimer;
Expand Down Expand Up @@ -421,6 +418,9 @@ app.on('ready', () => {
// Retrieve the userid value, and if it's not there, assign it a new uuid.
let userId = store.get('userId');

// Reset the global state
store.set('GlobalState', null);

store.setUserPref('toolbar.language-settings', null);
if (!userId) {
userId = uuid();
Expand Down
62 changes: 52 additions & 10 deletions www/assets/img/icons/sunder_gutka.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions www/src/scss/themes/_theme-nirbaan.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $themeNirbaan: (
translation: #c2af85,
teeka: #9cabff,
transliteration: #ff723b,
visraam: #d20b0b,
yamki: #c2951a,
visraam: #FF7741,
yamki: #FFC741,
);

body.nirbaan {
Expand Down

0 comments on commit 3d6c5d0

Please sign in to comment.