Skip to content

Commit

Permalink
Change number view to signed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm authored Oct 10, 2022
1 parent 74d5e97 commit 6688291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default {
settings_menu: false,
settings: {
theme: "light",
numbers: "unsigned",
numbers: "signed",
ignore_privilege: false,
liberal_asm: false,
ignore_update: false
Expand Down

0 comments on commit 6688291

Please sign in to comment.