U-C-S / Hurl

Choose the browser on the click of a link
MIT License
252 stars 8 forks source link

Weird looking main window #78

Closed h13Bishop closed 10 months ago

h13Bishop commented 10 months ago

Hi! Got a weird looking main window. How it should be: image How it looks like: image Version 0.8 on Version 22H2 (OS Build 22621.2134)

The gray bar on the top is because of image Would be nice to make it wider to match the buttons on the right. But why it's not transparent like on official screenshot? Transparency option is on in windows settings. But changing windows theme to light doesn't change Hurl window theme.

h13Bishop commented 10 months ago

Made it look like that image White border still doesn't go away.

i-cant-git commented 10 months ago

I've realized that it doesn't even read UserSettings.json in AppData, nothing changes even if you delete browsers in UserSettings.

h13Bishop commented 10 months ago

I've realized that it doesn't even read UserSettings.json in AppData, nothing changes even if you delete browsers in UserSettings.

you must restart program to apply new settings in UserSettings.json or rightclick on icon in tray and Reload

i-cant-git commented 10 months ago

@h13Bishop thank you, it worked.

image

{
  "AppSettings": {
    "NoWhiteBorder": false
  },
  "LastUpdated": "2023.09.06 14:49:27",
  "Browsers": [
    {
      "Name": "Firefox",
      "ExePath": "C:\\Program Files\\Mozilla Firefox\\firefox.exe"
    },
    {
      "Name": "Google Chrome",
      "ExePath": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
    },
    {
      "Name": "Microsoft Edge",
      "ExePath": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"
    }
  ]
}