mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 04:12:47 +02:00
refactor: fix dynamic tooltip resizing and split autocomplete into SPR modules
This commit is contained in:
parent
6899134a20
commit
9c1d9357c4
12 changed files with 326 additions and 193 deletions
|
|
@ -19,7 +19,8 @@ if (!setupDeepLinks()) {
|
|||
registerIpcHandlers();
|
||||
|
||||
function getInitialPath(): string {
|
||||
if (process.platform === 'darwin' && !allPermissionsGranted()) {
|
||||
const granted = allPermissionsGranted();
|
||||
if (process.platform === 'darwin' && !granted) {
|
||||
return '/desktop/permissions';
|
||||
}
|
||||
return '/dashboard';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue