mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
player showing full context is the default
This commit is contained in:
parent
35f28cbc94
commit
48c7779453
@ -39,7 +39,7 @@
|
||||
|
||||
export let data: PageData;
|
||||
|
||||
let fullContext = false;
|
||||
let fullContext = true;
|
||||
let context = 8;
|
||||
|
||||
const unique = (value: any, index: number, self: any[]) => self.indexOf(value) === index;
|
||||
|
Loading…
Reference in New Issue
Block a user