Prevent multiple instances, allow starting in tray, documentation edits and priority support #4

Merged
alexhorner merged 9 commits from master into master 2022-12-12 17:01:23 -05:00
16 changed files with 226 additions and 138 deletions
Showing only changes of commit 617f1e658a - Show all commits

View File

@@ -0,0 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Publish ntfysh_client to folder" type="DotNetFolderPublish" factoryName="Publish to folder">
<riderPublish configuration="Release" delete_existing_files="true" platform="Any CPU" runtime="win-x86" target_folder="./bin/Publish/net6.0-windows" target_framework="net6.0-windows" uuid_high="6492169016564532222" uuid_low="-5168761336838336273" />
<method v="2" />
</configuration>
</component>

View File

@@ -8,6 +8,7 @@
<Nullable>enable</Nullable>
<ApplicationIcon>NotificationHub.ico</ApplicationIcon>
<StartupObject>ntfysh_client.Program</StartupObject>
<AssemblyName>ntfy.sh</AssemblyName>
</PropertyGroup>
<ItemGroup>