Player overlay buttons redone

This commit is contained in:
xfileFIN 2020-10-15 18:53:00 +03:00
parent d38afae3a7
commit 2d44d81747
20 changed files with 541 additions and 291 deletions

View file

@ -0,0 +1,6 @@
package fi.razerman.youtube;
// Ignore this file, the implementation is in another repository
public class XGlobals {
public static Boolean debug = false;
}