mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Signed-off-by: findseat <penglili@outlook.com> (#8636)
Signed-off-by: findseat <penglili@outlook.com>
This commit is contained in:
@@ -164,7 +164,7 @@ export class DesktopSettingsService {
|
||||
|
||||
/**
|
||||
* Sets the setting for whether or not the application should be shown in the dock.
|
||||
* @param value `true` if the application should should in the dock, `false` if it should not.
|
||||
* @param value `true` if the application should show in the dock, `false` if it should not.
|
||||
*/
|
||||
async setAlwaysShowDock(value: boolean) {
|
||||
await this.alwaysShowDockState.update(() => value);
|
||||
|
||||
Reference in New Issue
Block a user