From d6eee480b3d77ff6347321e0915e35028bd53537 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Wed, 29 Mar 2023 17:10:20 +0200 Subject: [PATCH] Add darkmode/lightmode/auto toggle to "Other changes" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c545ba..74b5e7d 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,10 @@ Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop) * Change your display name permanently to easily differentiate your devices * [Paste files/text and choose the recipient afterwords ](https://github.com/RobinLinus/snapdrop/pull/534) * [Prevent devices from sleeping on file transfer](https://github.com/RobinLinus/snapdrop/pull/413) -* Warn user before PairDrop is closed on file transfer +* Warn user before PairDrop is closed on file transfer * Open PairDrop on multiple tabs simultaneously (Thanks [@willstott101](https://github.com/willstott101)) * [Video and Audio preview](https://github.com/RobinLinus/snapdrop/pull/455) (Thanks [@victorwads](https://github.com/victorwads)) +* Switch theme back to auto/system after darkmode or lightmode is enabled * Node-only implementation (Thanks [@Bellisario](https://github.com/Bellisario)) * Automatic restart on error (Thanks [@KaKi87](https://github.com/KaKi87)) * Lots of stability fixes (Thanks [@MWY001](https://github.com/MWY001) [@skiby7](https://github.com/skiby7) and [@willstott101](https://github.com/willstott101))