File tree Expand file tree Collapse file tree
general/root_folder_selector Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 import { onMount } from ' svelte' ;
1313 import { show_folder_picker } from ' @/lib/operations/picker_dialog' ;
1414 import { update_workspace } from ' @/lib/operations/workspace' ;
15- import {
16- current_platform ,
17- current_platform_type ,
18- } from ' @/lib/states/' ;
15+ import { current_platform , current_platform_type } from ' @/lib/states/' ;
1916 import { RecentWorkspaces } from ' @/lib/states' ;
2017
2118 onMount (async () => {
Original file line number Diff line number Diff line change 66 import BreadCrumb from ' @/components/general/breadcrumb_path/index.svelte' ;
77 import PaneMenu from ' @/components/main_section/pane_menu/index.svelte' ;
88 import { opened_filenode } from ' @/lib/states' ;
9- import { current_platform_type } from ' @/lib/states/' ;
9+ import { current_platform_type } from ' @/lib/states/domain_specific/os.svelte ' ;
1010 </script >
1111
1212<TitleBar />
Original file line number Diff line number Diff line change 88 import MobileToolbar from ' ./editor_toolbar_mobile/index.svelte' ;
99 import { editor_view } from ' ./editor_state.svelte' ;
1010 import { focused_subtree } from ' @/components/sidebar_section/file_manager/states.svelte' ;
11- import { current_platform_type } from ' @/lib/states/' ;
11+ import { current_platform_type } from ' @/lib/states/domain_specific/os.svelte ' ;
1212
1313 let {
1414 filenode = $bindable (),
Original file line number Diff line number Diff line change 22 import { getCurrentWindow } from ' @tauri-apps/api/window' ;
33 import PaneMenu from ' @/components/main_section/pane_menu/index.svelte' ;
44 import { opened_filenode } from ' @/lib/states' ;
5- import { current_platform_type } from ' @/lib/states/' ;
5+ import { current_platform_type } from ' @/lib/states/domain_specific/os.svelte ' ;
66
77 const appWindow = getCurrentWindow ();
88 </script >
You can’t perform that action at this time.
0 commit comments