rhysd
8bb5b78ef9
implement user CSS
2017-04-20 11:09:57 +09:00
rhysd
80eb09877f
tiny followup for a74b4f3
2017-04-20 01:30:25 +09:00
rhysd
5aebef7619
Merge branch 'master' of github.com:rhysd/Mstdn
2017-04-20 01:28:01 +09:00
Gergely Nagy
2f12c63d93
Rename config.menubar to config.hide_menu
...
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-04-19 17:45:45 +02:00
rhysd
4169bcf902
avoid crash problem at preventing 'new-window' event ( #1 )
...
https://github.com/electron/electron/issues/9230
2017-04-20 00:07:12 +09:00
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