public get modified()

in src/deviceSettings.ts [152:164]


    public get modified() {
        return this.port.modified ||
               this.board.modified ||
               this.sketch.modified ||
               this.output.modified ||
               this.debugger.modified ||
               this.intelliSenseGen.modified ||
               this.configuration.modified ||
               this.prebuild.modified ||
               this.postbuild.modified ||
               this.programmer.modified ||
               this.buildPreferences.modified;
    }