Original PR: https://github.com/Stone-Red-Code/InvLock/pull/6 Author: @Stone-Red-Code Created: 3/5/2025 Status: ✅ Merged Merged: 3/5/2025 Merged by: @Stone-Red-Code
Base: main ← Head: develop
main
develop
a13babb
6350903
28eeac5
f0dbf46
12 files changed (+298 additions, -6 deletions)
📝 installer/Installer.iss (+1 -1) 📝 installer/InvLock-Installer.exe (+0 -0) ➕ src/InvLock/BlurWindow.xaml (+15 -0) ➕ src/InvLock/BlurWindow.xaml.cs (+26 -0) 📝 src/InvLock/DataContexts/MainWindowDataContext.cs (+31 -2) 📝 src/InvLock/InvLock.csproj (+6 -0) 📝 src/InvLock/LockWindow.xaml.cs (+32 -3) 📝 src/InvLock/MainWindow.xaml (+21 -0) 📝 src/InvLock/MainWindow.xaml.cs (+1 -0) 📝 src/InvLock/Settings.cs (+11 -0) ➕ src/InvLock/Utilities/StartupManager.cs (+81 -0) 📝 src/InvLock/Utilities/WindowsApi.cs (+73 -0)
installer/Installer.iss
installer/InvLock-Installer.exe
src/InvLock/BlurWindow.xaml
src/InvLock/BlurWindow.xaml.cs
src/InvLock/DataContexts/MainWindowDataContext.cs
src/InvLock/InvLock.csproj
src/InvLock/LockWindow.xaml.cs
src/InvLock/MainWindow.xaml
src/InvLock/MainWindow.xaml.cs
src/InvLock/Settings.cs
src/InvLock/Utilities/StartupManager.cs
src/InvLock/Utilities/WindowsApi.cs
Closes #5
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/Stone-Red-Code/InvLock/pull/6
Author: @Stone-Red-Code
Created: 3/5/2025
Status: ✅ Merged
Merged: 3/5/2025
Merged by: @Stone-Red-Code
Base:
main← Head:develop📝 Commits (4)
a13babbAdd autostart option6350903Add screen blur option28eeac5Merge remote-tracking branch 'origin/develop' into developf0dbf46Update version📊 Changes
12 files changed (+298 additions, -6 deletions)
View changed files
📝
installer/Installer.iss(+1 -1)📝
installer/InvLock-Installer.exe(+0 -0)➕
src/InvLock/BlurWindow.xaml(+15 -0)➕
src/InvLock/BlurWindow.xaml.cs(+26 -0)📝
src/InvLock/DataContexts/MainWindowDataContext.cs(+31 -2)📝
src/InvLock/InvLock.csproj(+6 -0)📝
src/InvLock/LockWindow.xaml.cs(+32 -3)📝
src/InvLock/MainWindow.xaml(+21 -0)📝
src/InvLock/MainWindow.xaml.cs(+1 -0)📝
src/InvLock/Settings.cs(+11 -0)➕
src/InvLock/Utilities/StartupManager.cs(+81 -0)📝
src/InvLock/Utilities/WindowsApi.cs(+73 -0)📄 Description
Closes #5
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.