From e8e7cc2d801af4c1f4eb7249b90241408a55e312 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Fri, 15 Apr 2016 20:24:51 +0900 Subject: [PATCH 1/2] Update docs/setup.md for "Hide Menu Bar" option --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 6bcb626e..935f1fc0 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -49,11 +49,11 @@ The Settings Page is available from the **File** menu under **Settings** (Click - **Delete a Team Site**: 1. Delete a Team Site by clicking the "x" next to the URL of the team site you wish to delete. - **Hide Menu Bar** - 1. Under **Options** enable this option to hide the menu bar by default. Press "Alt" to show the Menu Bar. + 1. Under **Options** enable this option to hide the menu bar. Press "Alt" to show the Menu Bar. ### Menu Bar -Click the `Alt` key to toggle the menu on and off. +If **Hide Menu Bar** option is enabled, click the `Alt` key to toggle the menu on and off. Below lists menu options (shortcut keys are listed in brackets): From 0853e176856992ade322f9654c138b119ee217f0 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Wed, 20 Apr 2016 10:18:46 -0600 Subject: [PATCH 2/2] Tell users where to place the application directory Using "Extract All..." with the default options will extract the files to the Downloads folder. Many users will do exactly that and end up running Mattermost from there downloads folder. Not a good thing. These instructions tell users where to extract the files. Perhaps in a future release these instructions can be reduced to run a batch script or installer. --- docs/setup.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 935f1fc0..4127f7ab 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -8,11 +8,16 @@ To set up the Mattermost desktop application for Windows 7, 8 and 10: Find the file ending in `-win64.zip` if you're running a x64 version of Windows and `-win32.zip` if you're running an older 32-bit version. -2. From the `/Downloads` directory right-click on the file and select "Extract All..." +2. From the `\Downloads` directory right-click on the file and select "Extract All..." - A new directory should be created on your PC. + - Change the extract folder from `C:\Users\(currentuser)\Downloads\mattermost-desktop-1.1.1-win64` to `C:\Users\(currentuser)\AppData\Local` where `(currentuser)` will be the name of your user account. + - Check the "Show extracted files when complete" checkbox. + - Click the "Extract" button. + - Look for the new application directory at `C:\Users\(currentuser)\AppData\Local\mattermost-desktop...`. + - Remove the version number by renaming the `mattermost-desktop...` application directory to `mattermost-desktop`. + - If a `mattermost-desktop` directory already exists then you are upgrading Mattermost, and need to quit Mattermost if it is running and then delete the `mattermost-desktop` directory. After that you can rename the `mattermost-desktop...` directory to `mattermost-desktop`. Don't worry, no settings will be lost, they are stored elsewhere. -3. Go to `/mattermost-desktop...` directory and find the file named `Mattermost` +3. Go to the `\mattermost-desktop` application directory and find the file named `Mattermost`. - Right-click the file and select "Pin to Taskbar" to make the application available from your Windows task bar. - Right-click the file and select "Pin to Start Menu" to make the application available from your Windows Start menu.