[PR #7] [MERGED] Develop #7

Closed
opened 2026-09-04 00:48:24 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/InvLock/pull/7
Author: @Stone-Red-Code
Created: 12/29/2025
Status: Merged
Merged: 12/29/2025
Merged by: @Stone-Red-Code

Base: mainHead: develop


📝 Commits (7)

  • 0f62873 Update version
  • 99715de Make sure blur windows are on top
  • 5e8d5af Fix window not minimizing on startup
  • ceb55ad Fix ToggleSwitch style
  • 1d02db6 Fixed Installer.iss
  • d5e00c2 Fix startup behavior and properly focus blur windows
  • 81c8d9e Update version

📊 Changes

10 files changed (+181 additions, -15 deletions)

View changed files

📝 installer/Installer.iss (+3 -3)
📝 installer/InvLock-Installer.exe (+0 -0)
📝 src/InvLock/App.xaml (+130 -0)
📝 src/InvLock/DataContexts/MainWindowDataContext.cs (+10 -1)
📝 src/InvLock/InvLock.csproj (+4 -0)
📝 src/InvLock/LockWindow.xaml.cs (+4 -1)
📝 src/InvLock/MainWindow.xaml (+4 -5)
📝 src/InvLock/MainWindow.xaml.cs (+14 -4)
📝 src/InvLock/Settings.cs (+11 -0)
📝 src/MsixPackaging/Package.appxmanifest (+1 -1)

📄 Description

No description provided


🔄 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/Stone-Red-Code/InvLock/pull/7 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 12/29/2025 **Status:** ✅ Merged **Merged:** 12/29/2025 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (7) - [`0f62873`](https://github.com/Stone-Red-Code/InvLock/commit/0f62873c3def464cb4d437d3be4e779d37785294) Update version - [`99715de`](https://github.com/Stone-Red-Code/InvLock/commit/99715ded8b482140aff0f1ac5c39fe6348c02025) Make sure blur windows are on top - [`5e8d5af`](https://github.com/Stone-Red-Code/InvLock/commit/5e8d5afe1bdebd11ce0e84bfb194993153c6d2e9) Fix window not minimizing on startup - [`ceb55ad`](https://github.com/Stone-Red-Code/InvLock/commit/ceb55ad49fdd52b913174c3f8aeabae44f6f0bc3) Fix ToggleSwitch style - [`1d02db6`](https://github.com/Stone-Red-Code/InvLock/commit/1d02db6bba3356ed827742de1dd91c8d93fdbdec) Fixed Installer.iss - [`d5e00c2`](https://github.com/Stone-Red-Code/InvLock/commit/d5e00c29ef8ffdf0f7ce6075a956ac2c8b13f5c4) Fix startup behavior and properly focus blur windows - [`81c8d9e`](https://github.com/Stone-Red-Code/InvLock/commit/81c8d9e3158bc2125c819063bbce305836aa8ab4) Update version ### 📊 Changes **10 files changed** (+181 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `installer/Installer.iss` (+3 -3) 📝 `installer/InvLock-Installer.exe` (+0 -0) 📝 `src/InvLock/App.xaml` (+130 -0) 📝 `src/InvLock/DataContexts/MainWindowDataContext.cs` (+10 -1) 📝 `src/InvLock/InvLock.csproj` (+4 -0) 📝 `src/InvLock/LockWindow.xaml.cs` (+4 -1) 📝 `src/InvLock/MainWindow.xaml` (+4 -5) 📝 `src/InvLock/MainWindow.xaml.cs` (+14 -4) 📝 `src/InvLock/Settings.cs` (+11 -0) 📝 `src/MsixPackaging/Package.appxmanifest` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:48:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/InvLock#7