Skip to content

Commit

Permalink
🔀 Merge pull request #367 from Schneegans/feature/show-profile-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans authored Aug 13, 2023
2 parents c30f26f + 5b82012 commit 2444c19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SPDX-License-Identifier: CC-BY-4.0
#### New Features

- Two convenience buttons have been added to the preferences dialog. One allows you to select all effects, the other one allows you to deselect all effects.
- A new main menu entry has been added which allows you to open the effect-profile directory. This is useful if you want to back up or share your profiles with others.

#### Bug Fixes

Expand Down
1 change: 1 addition & 0 deletions prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ GitHub: <a href='https://github.com/sponsors/schneegans'>https://github.com/spon
addURIAction('donate-github', 'https://github.com/sponsors/Schneegans');
addURIAction('donate-paypal', 'https://www.paypal.me/simonschneegans');
addURIAction('wallpapers', 'https://github.com/Schneegans/ai-wallpapers');
addURIAction('profile-dir', `file://${GLib.get_user_config_dir()}/burn-my-windows/profiles`);
// clang-format on

// The changelog action is a bit different, as it may get activated when the
Expand Down
6 changes: 6 additions & 0 deletions resources/ui/common/menus.ui
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
</item>
</submenu>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Open Effect-Profile Directory</attribute>
<attribute name="action">prefs.profile-dir</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">About Burn-My-Windows</attribute>
Expand Down

0 comments on commit 2444c19

Please sign in to comment.