diff --git a/README.md b/README.md index a5613bd..2a7a075 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,19 @@ Pin/Unpin Windows: Pin/Unpin Applications: WIN+ALT+A +__What is the difference between pin app and pin window?__ +An easy way to imagine this is if you use `pin window` on a chrome browser window, +only that window will be visible on all desktops. Any other chrome windows would +stay on a single desktop. If you were to `pin application` on a chrome window then +all chrome windows would show up on all desktops. This includes new chrome windows. + __System Tray Icon:__ Choose from several sets of icons on the settings window. The icons indicate which desktop you are viewing. ![](https://github.com/mzomparelli/zVirtualDesktop/blob/master/Icons.png?raw=true) Make your own icons and attach them to an issue then I will add them to the program. -Download the current icons alter ones you like. I ask that you come up with a name for your icon theme. +Download the current icons and alter ones you like. I ask that you come up with a name for your icon theme. ![Icons.zip](https://github.com/mzomparelli/zVirtualDesktop/blob/master/zVirtualDesktop/Icons.zip?raw=true) __Wallpapers:__ diff --git a/zVirtualDesktop/Program.cs b/zVirtualDesktop/Program.cs index 4868323..f619682 100644 --- a/zVirtualDesktop/Program.cs +++ b/zVirtualDesktop/Program.cs @@ -23,7 +23,7 @@ static void Main() } public static frmMain MainForm; - public const string version = "1.0.10p"; + public const string version = "1.0.10"; public static IsolatedStorageFile storage = IsolatedStorageFile.GetUserStoreForAssembly(); public static List WallpaperStyles = new List(); diff --git a/zVirtualDesktop/bin/Release/zVirtualDesktop.zip b/zVirtualDesktop/bin/Release/zVirtualDesktop.zip index c69d17d..5d2999b 100644 Binary files a/zVirtualDesktop/bin/Release/zVirtualDesktop.zip and b/zVirtualDesktop/bin/Release/zVirtualDesktop.zip differ