Skip to content

Commit

Permalink
Merge pull request #294 from tomasDostalDS/DGS-2975-add-guide-preference
Browse files Browse the repository at this point in the history
- Add `MyPreferences.guideHide`
  • Loading branch information
IamDejv authored Jan 28, 2025
2 parents cedd61a + 877cd8a commit 66b524c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
- Add `MyPreferences.guideHide`
- Add `Account.guide` endpoint and `AccountGuide` resource
- Add `AccountBilling.multiSign`
- Edit `MultiSignRecipientInfo` resource
Expand Down
1 change: 1 addition & 0 deletions src/Resource/MyPreferences.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ class MyPreferences extends BaseResource
public bool $autoscrollTags;
public bool $welcomeVideoHide;
public bool $welcomeVideoClose;
public bool $guideHide;
}

0 comments on commit 66b524c

Please sign in to comment.