When I log in via remote desktop, the theme resets to default-light-ui. @ Inkdrop 5.8.1-beta1

Bug report

I am using the default dark ui theme.
But, when I log in via remote desktop, the theme resets to default-light-ui.

The config.json has also changed.
Nothing is output to the console of the Developer Tool.

Is there a way to investigate the cause?

Environment

  • Platform: windows
  • Platform version: 10
  • App Version: 5.8.1 beta1

How to reproduce

Boot Inkdrop.
logout and login via remote desktop

Hi Shimizu-san,

The app would respect the system theme mode setting if the Automatically toggle the default light / dark themes base on the system preferences option (core.toggleDarkThemeAutomatically) is enabled:

I donโ€™t know if Remote Desktop would affect this setting though, can you please try disabling this option?

In the implementation, it is triggered by the nativeThemeโ€™s โ€˜updatedโ€™ event:

Otherwise, it should not be changed automatically.

1 Like

Thanks!

utomatically toggle the default light / dark themes base on the system preferences option

It has been improved.

We originally used the default light UI theme and switched to the dark UI theme at the timing of 5.8.1 beta1.
It may have been occurring from before.

ๅˆ‡ใ‚Šๆ›ฟใ‚ใ‚‰ใชใ„ใ‚ˆใ†ใซใชใ‚Šใพใ—ใŸใ€‚
5.8.1 beta1 ใฎใ‚ฟใ‚คใƒŸใƒณใ‚ฐใงใƒ€ใƒผใ‚ฏใƒ†ใƒผใƒžใ‚’ไฝฟใ†ใ‚ˆใ†ใซใชใฃใŸใฎใงใ€ๅ‰ใ‹ใ‚‰็™บ็”Ÿใ—ใฆใ„ใŸใฎใ‹ใ‚‚ใ—ใ‚Œใพใ›ใ‚“ใ€‚

1 Like

Great! So, it seems that the โ€˜updatedโ€™ event is unexpectedly fired when connecting via Remote Desktop.

1 Like