Remove windows rounded corner option and force enable it, untested if it works
This commit is contained in:
@@ -177,11 +177,6 @@ export default function RootLayout ({
|
||||
const versionsConfig = await readVersionsConfig()
|
||||
setDownloadedVersionsConfig(versionsConfig)
|
||||
setNormalConfig(normalConfig)
|
||||
if (platform() == 'windows') {
|
||||
invoke('windows_rounded_corners', {
|
||||
enabled: normalConfig.settings.useWindowsRoundedCorners
|
||||
})
|
||||
}
|
||||
setLoading(false)
|
||||
})()
|
||||
}, [])
|
||||
|
||||
Reference in New Issue
Block a user