[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup macos tauri time-machine
0

Configure Feed

Select the types of activity you want to include in your feed.

Re-enable window border

Kasper (May 17, 2022, 5:40 AM +0200) 93d8ef76 776d9adf

+2 -1
+1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 3 ## Next 4 + - Re-enable window border 4 5 - Fix app not working due to Content Security Policy issue 5 6 6 7 ## 1.1.3 - 2022 May 17
+1 -1
src-tauri/src/main.rs
··· 54 54 .title("Time Machine Inspector") 55 55 .resizable(true) 56 56 .decorations(true) 57 - .transparent(true) 57 + // .transparent(true) // disabled because it removed the window border 58 58 .always_on_top(false) 59 59 .inner_size(1000.0, 700.0) 60 60 .min_inner_size(600.0, 250.0)