Skip to content

Commit

Permalink
Make messages appear from top first again
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-home-pc committed May 6, 2021
1 parent 83423e8 commit 544083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default class Chat extends Vue {
// inverted chat set to default
// until we figure out why the scrolling isn't working in frameless windows
addNewMessageToBottom = true; // !this.$config.get(StoreConstants.ReverseChat, false);
addNewMessageToBottom = false; // !this.$config.get(StoreConstants.ReverseChat, false);
interval;
Expand Down

0 comments on commit 544083b

Please sign in to comment.