From 5ad18b258be4fa3e86fbcd155455a061aaafc909 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sun, 13 Aug 2023 06:28:02 +0200 Subject: [PATCH 1/2] :tada: Add menu entry to open effect-profile directory --- prefs.js | 1 + resources/ui/common/menus.ui | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/prefs.js b/prefs.js index 0e4a1ba2..3c21118a 100644 --- a/prefs.js +++ b/prefs.js @@ -517,6 +517,7 @@ GitHub: 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 diff --git a/resources/ui/common/menus.ui b/resources/ui/common/menus.ui index 3f8913af..41a848c3 100644 --- a/resources/ui/common/menus.ui +++ b/resources/ui/common/menus.ui @@ -51,6 +51,12 @@ SPDX-License-Identifier: GPL-3.0-or-later +
+ + Open Effect-Profile Directory + prefs.profile-dir + +
About Burn-My-Windows From 5b820120fcd66497b886a9039885c33f2faed346 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sun, 13 Aug 2023 06:29:07 +0200 Subject: [PATCH 2/2] :memo: Add changelog entry --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index ad941b8e..8723daa8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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