1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-01-21 20:52:11 +01:00

11 Commits

Author SHA1 Message Date
Gergely Nagy
f67c6f15e8 Add a way to launch with the menubar hidden & normal window
I prefer to launch the application with a normal window, yet, the
menubar on auto-hide, because most of the time, it's just taking up
space and serves no purpose. This patch introduces a `config.menubar`
setting that makes this possible. Defaults to `true` to preserve the
current behaviour, and is only used when `normal_window` is also used.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-04-19 16:39:54 +02:00
rhysd
edfe81e06a do not crash on external link on Windows 2017-04-19 20:56:54 +09:00
rhysd
1fd663a93c do not hide app menu on Windows 2017-04-19 18:07:12 +09:00
rhysd
2a65483779 do not allow any permission by default outside current mastodon instance 2017-04-19 17:13:21 +09:00
rhysd
e8ab0c20e7 do not reset global shortcut 2017-04-19 17:13:21 +09:00
rhysd
ed99f9fd8f separate duplicate codes as common.ts 2017-04-19 16:25:46 +09:00
rhysd
a15e6a25fb do not append tray icon at normal window 2017-04-19 16:25:46 +09:00
rhysd
07652e1ad4 more logs 2017-04-18 20:39:47 +09:00
rhysd
bf680a4b89 recreate browser window to switch session partition 2017-04-18 20:29:07 +09:00
rhysd
8395159007 tslint 2017-04-18 15:56:46 +09:00
rhysd
d9bdb4571d use App as mediator and separate browser window as Window class
because window needs to be reopened for switching account
2017-04-18 15:48:50 +09:00