Skip to content

Commit

Permalink
proper parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
rathboma committed Dec 14, 2023
1 parent 774682e commit 698cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default Vue.extend({
async mounted() {
await this.$store.dispatch('fetchUsername')
const query = querystring.parse(global.location.search)
const query = querystring.parse(global.location.search, { parseBooleans: true })
if (query) {
this.url = query.url || null
this.runningWayland = !!query.runningWayland
Expand Down

0 comments on commit 698cb01

Please sign in to comment.