TCNOco / TcNo-Acc-Switcher

A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others!
GNU General Public License v3.0
1.72k stars 121 forks source link

interface ? #292

Closed stickerx closed 1 year ago

stickerx commented 1 year ago

Software interface does not appear

2023-02-03_223603

2023-02-03_224510

Additional context thank you advance

TCNOco commented 1 year ago

Microsoft WebView2 is incompatible with Windows 7.

  1. Press Start+R and type %AppData%\TcNo Account Switcher, then hit Enter.
  2. Open WindowSettings.json, and replace WebView with CEF in the following setting:
    • {"ActiveBrowser": "CEF"}
    • Or, if it doesn't exist: Create a new file called WindowSettings.json, open it with Notepad, then enter: {"ActiveBrowser": "CEF"} and save it.
  3. Run TcNo-Acc-Switcher.exe

For those still struggling with this: A fix is here - or well... I've implemented the suggested workaround. You can (in the next update coming a day or 2 from now) open %AppData%\TcNo Account Switcher\WindowSettings.json and change "AllowTransparency": true, to "AllowTransparency": false, to disable transparency

I would have implemented a tickbox... But well... If you can't see the window, you won't be ticking anything.

https://github.com/TCNOco/TcNo-Acc-Switcher/issues/183#issuecomment-1179612242