Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/move from lucidlog to electron log #1346

Merged
merged 10 commits into from
Jul 19, 2024
Prev Previous commit
Next Next commit
updating the appdata
  • Loading branch information
IsmaelMartinez committed Jul 18, 2024
commit 5f9dd65bbaf54168178da9d247de8b4f2fcb6433
2 changes: 1 addition & 1 deletion app/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function extractYargConfig(configObject, appVersion) {
type: 'array'
},
isCustomBackgroundEnabled: {
default: true,
default: false,
describe: 'A flag indicates whether to enable custom background or not',
type: 'boolean'
},
Expand Down
1 change: 1 addition & 0 deletions com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<li>Adding --help option to show the config options</li>
<li>Deprecating --appLogLevels in favour of --logConfig</li>
<li>Adding deprecated warning popup if deprecated options found to be in use</li>
<li>Refactoring the customBackground service and including an example</li>
</ul>
</description>
</release>
Expand Down
Loading