Skip to content

Commit

Permalink
Fix style regressions from previous safe area style fixes
Browse files Browse the repository at this point in the history
Regression from openhab#2801.

Signed-off-by: Florian Hotze <dev@florianhotze.com>
  • Loading branch information
florian-h05 committed Oct 7, 2024
1 parent f229375 commit 86fb13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/web/src/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export default {
f7params: {
id: 'org.openhab.ui', // App bundle ID
name: 'openHAB', // App name
version: '%VERSION%', // App version, replaced during production build
version: '4.3.0-SNAPSHOT-202410062315', // App version, replaced during production build
theme: theme || 'auto',
// theme: (document.documentURI && document.documentURI.indexOf('?theme=ios') > 0) ? 'ios'
// : (document.documentURI && document.documentURI.indexOf('?theme=md') > 0) ? 'md'
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/web/src/js/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const store = new Vuex.Store({
locale: null,
runtimeInfo: null,
uiInfo: {
commit: '%GIT_COMMIT_HASH%' // replaced during production build
commit: 'd8989bef' // replaced during production build
},
websiteUrl: null,
developerDock: false,
Expand Down

0 comments on commit 86fb13b

Please sign in to comment.