mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Small Typo & Lint Fix (#15313)
* Small typo and lint fix * Removes extra line
This commit is contained in:
@@ -108,7 +108,7 @@ export class DesktopSettingsService {
|
||||
|
||||
private readonly closeToTrayState = this.stateProvider.getGlobal(CLOSE_TO_TRAY_KEY);
|
||||
/**
|
||||
* Tha applications setting for whether or not to close the application into the system tray.
|
||||
* The applications setting for whether or not to close the application into the system tray.
|
||||
*/
|
||||
closeToTray$ = this.closeToTrayState.state$.pipe(map(Boolean));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user