mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Switch to autosave in place workflow
This commit is contained in:
parent
ec538bb4da
commit
ba74cb30f1
File diff suppressed because it is too large
Load Diff
|
@ -282,6 +282,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void) applicationDidFinishLaunching:(NSNotification *)notification
|
||||||
|
{
|
||||||
|
[[NSDocumentController sharedDocumentController] setAutosavingDelay:30.0];
|
||||||
|
}
|
||||||
|
|
||||||
- (BOOL) lameIsInstalled
|
- (BOOL) lameIsInstalled
|
||||||
{
|
{
|
||||||
if (!lamePath) {
|
if (!lamePath) {
|
||||||
|
|
|
@ -68,6 +68,11 @@
|
||||||
|
|
||||||
@implementation VLDocument
|
@implementation VLDocument
|
||||||
|
|
||||||
|
+ (BOOL)autosavesInPlace
|
||||||
|
{
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
- (id)init
|
- (id)init
|
||||||
{
|
{
|
||||||
self = [super init];
|
self = [super init];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user