Skip to content

Commit 6dfbac3

Browse files
authored
Merge pull request #65 from Dimethoxy/development
Development
2 parents 4952749 + ac5bf9c commit 6dfbac3

2 files changed

Lines changed: 2 additions & 38 deletions

File tree

call.stack

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/dmt/utility/Settings.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ struct Settings
125125
static inline auto& debugGrid =
126126
container.add<bool>("General.ShowDebugGrid", false);
127127
static inline auto& displayUpdateNotifications =
128-
container.add<bool>("General.DisplayUpdateNotifications", false);
128+
container.add<bool>("General.DisplayUpdateNotifications",
129+
DMT_DISABLE_UPDATE_NOTIFICATION ? false : true);
129130
static inline auto& themeVersion =
130131
container.add<int>("General.ThemeVersion", 2);
131132
#if OS_IS_LINUX

0 commit comments

Comments
 (0)