[PR #243] [CLOSED] Tray #1093

Closed
opened 2026-02-26 09:33:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/243
Author: @om2804
Created: 1/16/2018
Status: Closed

Base: masterHead: tray


📝 Commits (3)

📊 Changes

18 files changed (+528 additions, -56 deletions)

View changed files

📝 .gitignore (+3 -16)
📝 ScreenToGif/App.xaml (+4 -1)
📝 ScreenToGif/App.xaml.cs (+44 -0)
📝 ScreenToGif/Controls/KeyBox.cs (+3 -2)
📝 ScreenToGif/Controls/TrayIcon.cs (+8 -1)
ScreenToGif/Properties/Resources.Designer.cs (+73 -0)
ScreenToGif/Properties/Resources.resx (+124 -0)
📝 ScreenToGif/Resources/Localization/StringResources.en.xaml (+6 -1)
📝 ScreenToGif/Resources/Localization/StringResources.ru.xaml (+6 -1)
📝 ScreenToGif/ScreenToGif.csproj (+12 -0)
ScreenToGif/Util/HotKey.cs (+91 -0)
ScreenToGif/Util/HotKeyCollection.cs (+31 -0)
📝 ScreenToGif/Util/LocalizationHelper.cs (+5 -0)
📝 ScreenToGif/Util/UserSettings.cs (+12 -0)
ScreenToGif/Util/WindowsManager.cs (+27 -0)
📝 ScreenToGif/Windows/Options.xaml (+30 -24)
📝 ScreenToGif/Windows/Options.xaml.cs (+45 -0)
📝 ScreenToGif/Windows/Other/Startup.xaml.cs (+4 -10)

📄 Description

Minimize to tray after closing any window. Add hotkey option for showing from tray.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/243 **Author:** [@om2804](https://github.com/om2804) **Created:** 1/16/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `tray` --- ### 📝 Commits (3) - [`7eaadc8`](https://github.com/NickeManarin/ScreenToGif/commit/7eaadc89fc3b9b6e98ff794716a1db93a6be2e6c) Add tray icon with menu - [`66e4a9f`](https://github.com/NickeManarin/ScreenToGif/commit/66e4a9f8d807e9855c234d215802746fd11a6316) Menu is localized - [`358e167`](https://github.com/NickeManarin/ScreenToGif/commit/358e1674ef531eaef03d9cd643a23ba0c54fb40c) Add hotkey for showing from tray ### 📊 Changes **18 files changed** (+528 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -16) 📝 `ScreenToGif/App.xaml` (+4 -1) 📝 `ScreenToGif/App.xaml.cs` (+44 -0) 📝 `ScreenToGif/Controls/KeyBox.cs` (+3 -2) 📝 `ScreenToGif/Controls/TrayIcon.cs` (+8 -1) ➕ `ScreenToGif/Properties/Resources.Designer.cs` (+73 -0) ➕ `ScreenToGif/Properties/Resources.resx` (+124 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.en.xaml` (+6 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.ru.xaml` (+6 -1) 📝 `ScreenToGif/ScreenToGif.csproj` (+12 -0) ➕ `ScreenToGif/Util/HotKey.cs` (+91 -0) ➕ `ScreenToGif/Util/HotKeyCollection.cs` (+31 -0) 📝 `ScreenToGif/Util/LocalizationHelper.cs` (+5 -0) 📝 `ScreenToGif/Util/UserSettings.cs` (+12 -0) ➕ `ScreenToGif/Util/WindowsManager.cs` (+27 -0) 📝 `ScreenToGif/Windows/Options.xaml` (+30 -24) 📝 `ScreenToGif/Windows/Options.xaml.cs` (+45 -0) 📝 `ScreenToGif/Windows/Other/Startup.xaml.cs` (+4 -10) </details> ### 📄 Description Minimize to tray after closing any window. Add hotkey option for showing from tray. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:33:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1093
No description provided.