Skip to content

Commit

Permalink
Merge pull request #413 from esadler44/fix-default-settings-socket
Browse files Browse the repository at this point in the history
Fix incorrect socket port in default settings
  • Loading branch information
Jean-Tinland authored Jul 24, 2024
2 parents 96677c9 + 837f745 commit 591ad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export const defaultSettings = {
slidingAnimationPace: 4,
externalConfigFile: false,
enableServer: false,
serverSocketPort: 7776,
serverSocketPort: 7777,
yabaiServerRefresh: false,
},
themes: {
Expand Down

0 comments on commit 591ad1e

Please sign in to comment.