mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #243] [CLOSED] Tray #1093
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1093
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/243
Author: @om2804
Created: 1/16/2018
Status: ❌ Closed
Base:
master← Head:tray📝 Commits (3)
7eaadc8Add tray icon with menu66e4a9fMenu is localized358e167Add hotkey for showing from tray📊 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.